add stupid cast

also lay base for DSi savestates
This commit is contained in:
Arisotura
2022-01-06 22:29:45 +01:00
parent 43b551b042
commit 211a1ed5f2
6 changed files with 47 additions and 14 deletions

View File

@ -45,6 +45,8 @@ void Reset();
// 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);