diff options
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ void DeInit(); void Reset(); void Stop(); -void Savestate(Savestate* file); +void DoSavestate(Savestate* file); bool LoadROM(const char* path, bool direct); void LoadBIOS(); |