mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29: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:
@ -41,10 +41,10 @@ bool Init();
|
||||
void DeInit();
|
||||
void Reset();
|
||||
|
||||
// TODO: needs to be called!
|
||||
// however, no DSi savestate stuff seems to be actually implemented?!
|
||||
void DoSavestate(Savestate* file);
|
||||
|
||||
void DSPCatchUpU32(u32 _);
|
||||
|
||||
// SCFG_RST bit0
|
||||
bool IsRstReleased();
|
||||
void SetRstLine(bool release);
|
||||
|
Reference in New Issue
Block a user