Enable ctrl-r for reset again

This commit is contained in:
Snesrev
2023-03-06 04:08:45 +01:00
parent d084faaac6
commit 8db5f5fd36
3 changed files with 6 additions and 4 deletions

View File

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