fixed fast forward
This commit is contained in:
@ -8,6 +8,7 @@ typedef struct {
|
||||
bool die;
|
||||
u64 ticks;
|
||||
const char *app_path;
|
||||
bool fast_forward;
|
||||
} emu_context;
|
||||
|
||||
int emu_run(int, char**);
|
||||
|
Reference in New Issue
Block a user