The reset in replay code didn't work

This commit is contained in:
Snesrev
2023-03-06 23:07:49 +01:00
parent 3cd1dda0c0
commit 02c0a272d1
3 changed files with 7 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ uint8 ReadReg(uint16 reg);
typedef void RunFrameFunc(uint16 input, int run_what);
typedef void SyncAllFunc();
void RtlReset(bool preserve_sram);
void RtlReset(int mode);
void RtlSetupEmuCallbacks(uint8 *emu_ram, RunFrameFunc *func, SyncAllFunc *sync_all);
void RtlClearKeyLog();
void RtlStopReplay();