commit 32e84f5
Devine Lu Linvega
·
2025-04-09 00:01:43 +0000 UTC
parent 8d21963
Removed debugs
2 files changed,
+0,
-2
+0,
-1
1@@ -1,5 +1,4 @@
2 #include <stdlib.h>
3-#include <stdio.h>
4
5 #include "../uxn.h"
6 #include "screen.h"
+0,
-1
1@@ -282,7 +282,6 @@ main(int argc, char **argv)
2 else if(!system_boot((Uint8 *)calloc(0x10000 * RAM_PAGES, sizeof(Uint8)), argv[i++], argc > 2))
3 return !fprintf(stdout, "Could not load %s.\n", argv[i - 1]);
4 console_arguments(i, argc, argv);
5- printf("%dx%d\n", uxn_screen.width, uxn_screen.height);
6 emu_run();
7 close_console();
8 XDestroyImage(ximage), XDestroyWindow(display, window), XCloseDisplay(display);