diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-25 15:59:36 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-25 15:59:36 +0100 |
| commit | 9550924042ced02c94ddc2af501f135a9f31d492 (patch) | |
| tree | 8bd53f8aa18ccfc8e4133a4e591cbd0ce3042578 /src/main.c | |
| parent | c6ddcbe2bd529f2310e312559556aedbf896ec33 (diff) | |
Minor changes
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,9 +17,9 @@ int main(int argc, char *argv[]) ScreenInit(800,400); VCPUInit(); - // MemDump(); + //MemDump(); int i=0; - + while (!WindowShouldClose()){ VCPUFetch(); VCPUDecode(); |
