diff debug.c @ 2302:0343f0d5add0

Fix libretro build for real
author Michael Pavone <pavone@retrodev.com>
date Sun, 12 Mar 2023 20:03:35 -0700
parents 6a07b13894f7
children 344c6a3fe8a8
line wrap: on
line diff
--- a/debug.c	Thu Mar 09 23:10:41 2023 -0800
+++ b/debug.c	Sun Mar 12 20:03:35 2023 -0700
@@ -1055,7 +1055,9 @@
 #endif
 	do {
 		process_events();
+#ifndef IS_LIB
 		render_update_display();
+#endif
 #ifndef _WIN32
 		timeout.tv_sec = 0;
 		timeout.tv_usec = 16667;