diff options
Diffstat (limited to 'src/NDSCart.h')
-rw-r--r-- | src/NDSCart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDSCart.h b/src/NDSCart.h index d54dc76..0345297 100644 --- a/src/NDSCart.h +++ b/src/NDSCart.h @@ -108,7 +108,7 @@ public: void Reset() override; - void DoSavestate(Savestate* file); + void DoSavestate(Savestate* file) override; void LoadSave(const char* path, u32 type) override; int ImportSRAM(const u8* data, u32 length) override; |