diff render.h @ 2018:193b804c9845

Add a UI button to reset config to defaults
author Michael Pavone <pavone@retrodev.com>
date Mon, 09 Nov 2020 00:29:47 -0800
parents a042e046f7f2
children f11f4399d64b
line wrap: on
line diff
--- a/render.h	Sat Nov 07 18:27:34 2020 -0800
+++ b/render.h	Mon Nov 09 00:29:47 2020 -0800
@@ -140,6 +140,7 @@
 void render_video_loop(void);
 uint8_t render_should_release_on_exit(void);
 void render_set_external_sync(uint8_t ext_sync_on);
+void render_reset_mappings(void);
 #ifndef IS_LIB
 uint8_t render_create_thread(render_thread *thread, const char *name, render_thread_fun fun, void *data);
 #endif