diff options
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r-- | src/NDSCart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h index d00d40e..ee6ebdb 100644 --- a/src/NDSCart.h +++ b/src/NDSCart.h @@ -45,6 +45,7 @@ void Reset(); void DoSavestate(Savestate* file); bool LoadROM(const char* path, const char* sram, bool direct); +void RelocateSave(const char* path); void WriteROMCnt(u32 val); u32 ReadROMData(); |