mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Custom path support (#1333)
also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart)
This commit is contained in:
@ -587,6 +587,8 @@ void DoSavestate(Savestate* file)
|
||||
file->Var16(&DSP_REP[1]);
|
||||
file->Var16(&DSP_REP[2]);
|
||||
file->Var8((u8*)&SCFG_RST);
|
||||
|
||||
// TODO: save the Teakra state!!!
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user