aboutsummaryrefslogtreecommitdiff
path: root/src/Savestate.cpp
Commit message (Collapse)AuthorAge
* Fix some compiler warningsWaluigiWare642021-05-03
|
* Savestate: use Platform::OpenLocalFile (#1026)Tatsh2021-04-26
|
* update copyright year and add missing GPL headersRSDuck2021-03-12
|
* remove some UBRSDuck2020-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 commentArisotura2020-02-24
|
* update copyright yearsArisotura2020-02-14
|
* prevent loading savestates that are too recentArisotura2019-06-12
|
* Fix all -Wwrite-strings warningsCameron Cawley2019-05-04
|
* move melon_fopen() to Platform.cppArisotura2019-03-27
| | | | melon_fopen_local() will need fixoring
* also, update copyright nameArisotura2019-01-22
|
* * start coding UI shito for savestatesStapleButter2018-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 fileStapleButter2018-10-18
| | | | fixes load failure when attaching a debugger
* zlargStapleButter2018-09-15
|
* fixor copyright years.StapleButter2018-09-15
|
* moar working now.StapleButter2018-09-15
|
* base for savestate crapo.StapleButter2018-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.