diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-25 19:34:14 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-25 19:34:14 +0100 |
| commit | 309e9921f84406947fcb4f3e57f6b23e00906836 (patch) | |
| tree | efa1733d27f7e32b38abe07af6e8d5f2127a0492 /src/main.c | |
| parent | 048b41e20a55a41cb2698a7e47d8c3ca2f68d57b (diff) | |
Minor changes
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ int main(int argc, char *argv[]) ScreenInit(800,400); VCPUInit(); - //MemDump(); + // MemDump(); int i=0; while (!WindowShouldClose()){ |
