working on debug menu

This commit is contained in:
2025-05-30 18:27:31 -06:00
parent bb572cce69
commit 604a6d79f2
10 changed files with 251 additions and 126 deletions

View File

@ -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**);