working on debug menu
This commit is contained in:
@ -9,6 +9,8 @@ typedef struct {
|
||||
u64 ticks;
|
||||
const char *app_path;
|
||||
bool fast_forward;
|
||||
bool debug;
|
||||
u8 step;
|
||||
} emu_context;
|
||||
|
||||
int emu_run(int, char**);
|
||||
|
Reference in New Issue
Block a user