diff render.h @ 2252:6a07b13894f7

Fix input processing while waiting for console input in debugger
author Michael Pavone <pavone@retrodev.com>
date Tue, 29 Nov 2022 21:04:57 -0800
parents f11f4399d64b
children eb45ad9d8a3f
line wrap: on
line diff
--- a/render.h	Sun Nov 27 23:39:14 2022 -0800
+++ b/render.h	Tue Nov 29 21:04:57 2022 -0800
@@ -142,6 +142,7 @@
 uint8_t render_should_release_on_exit(void);
 void render_set_external_sync(uint8_t ext_sync_on);
 void render_reset_mappings(void);
+void render_update_display(void);
 #ifndef IS_LIB
 uint8_t render_create_thread(render_thread *thread, const char *name, render_thread_fun fun, void *data);
 #endif