comparison 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
comparison
equal deleted inserted replaced
2251:80dde7fb445b 2252:6a07b13894f7
140 void render_set_ui_fb_resize_handler(ui_render_fun resize); 140 void render_set_ui_fb_resize_handler(ui_render_fun resize);
141 void render_video_loop(void); 141 void render_video_loop(void);
142 uint8_t render_should_release_on_exit(void); 142 uint8_t render_should_release_on_exit(void);
143 void render_set_external_sync(uint8_t ext_sync_on); 143 void render_set_external_sync(uint8_t ext_sync_on);
144 void render_reset_mappings(void); 144 void render_reset_mappings(void);
145 void render_update_display(void);
145 #ifndef IS_LIB 146 #ifndef IS_LIB
146 uint8_t render_create_thread(render_thread *thread, const char *name, render_thread_fun fun, void *data); 147 uint8_t render_create_thread(render_thread *thread, const char *name, render_thread_fun fun, void *data);
147 #endif 148 #endif
148 149
149 #endif //RENDER_H_ 150 #endif //RENDER_H_