diff options
Diffstat (limited to 'src/NDS.h')
-rw-r--r-- | src/NDS.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,7 @@ #ifndef NDS_H #define NDS_H +#include "Savestate.h" #include "types.h" namespace NDS @@ -108,6 +109,8 @@ void DeInit(); void Reset(); void Stop(); +void Savestate(Savestate* file); + bool LoadROM(const char* path, bool direct); void LoadBIOS(); void SetupDirectBoot(); |