| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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. | |||