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

@@ -623,7 +623,7 @@ static void HandleCommand(uint32 j, bool pressed) {
SDL_ShowCursor(g_cursor);
break;
case kKeys_Reset:
//RtlReset(true);
RtlReset(true);
break;
case kKeys_Pause: g_paused = !g_paused; break;
case kKeys_PauseDimmed: