fixed fast forward

This commit is contained in:
2025-02-18 19:45:13 -07:00
parent 37c4d267c4
commit 89a1b4cec6
5 changed files with 17 additions and 29 deletions

View File

@ -8,6 +8,7 @@ typedef struct {
bool die;
u64 ticks;
const char *app_path;
bool fast_forward;
} emu_context;
int emu_run(int, char**);