remove unneeded file. make sure you can't insert a GBA cart in DSi mode.

This commit is contained in:
Arisotura
2022-01-07 12:10:06 +01:00
parent f577b45eb9
commit 145c1639fb
5 changed files with 42 additions and 48 deletions

View File

@ -904,7 +904,8 @@ bool DoSavestate(Savestate* file)
ARM7->DoSavestate(file);
NDSCart::DoSavestate(file);
GBACart::DoSavestate(file);
if (ConsoleType == 0)
GBACart::DoSavestate(file);
GPU::DoSavestate(file);
SPU::DoSavestate(file);
SPI::DoSavestate(file);