Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update copyright headers | Arisotura | 2022-01-09 |
| | |||
* | Custom path support (#1333) | Arisotura | 2022-01-07 |
| | | | | | | | also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart) | ||
* | Fix some compiler warnings | WaluigiWare64 | 2021-05-03 |
| | |||
* | Savestate: use Platform::OpenLocalFile (#1026) | Tatsh | 2021-04-26 |
| | |||
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | remove some UB | RSDuck | 2020-09-04 |
| | | | | | | | - savestates used to read a four bytes from a single byte value - a few unassigned variables - some other things - also make the ROR macro an inline function | ||
* | fix teh comment | Arisotura | 2020-02-24 |
| | |||
* | update copyright years | Arisotura | 2020-02-14 |
| | |||
* | prevent loading savestates that are too recent | Arisotura | 2019-06-12 |
| | |||
* | Fix all -Wwrite-strings warnings | Cameron Cawley | 2019-05-04 |
| | |||
* | move melon_fopen() to Platform.cpp | Arisotura | 2019-03-27 |
| | | | | melon_fopen_local() will need fixoring | ||
* | also, update copyright name | Arisotura | 2019-01-22 |
| | |||
* | * start coding UI shito for savestates | StapleButter | 2018-10-23 |
| | | | | | * change default mapping for L button to the key right next to Shift because we're gonna derp around with it * still some shito to fix, but hang on, we're getting there | ||
* | properly initialize shit before attempting to read from the file | StapleButter | 2018-10-18 |
| | | | | fixes load failure when attaching a debugger | ||
* | zlarg | StapleButter | 2018-09-15 |
| | |||
* | fixor copyright years. | StapleButter | 2018-09-15 |
| | |||
* | moar working now. | StapleButter | 2018-09-15 |
| | |||
* | base for savestate crapo. | StapleButter | 2018-09-15 |
I'm not quite settled yet, so before I can get into the real meat, I figured I'd address some 'popular request' items. |