diff bindings.h @ 1672:12d0c7c4ad80

Disable most bindings when UI is active
author Michael Pavone <pavone@retrodev.com>
date Thu, 03 Jan 2019 09:14:49 -0800
parents 18a946ec74c8
children 0c723b8b637c
line wrap: on
line diff
--- a/bindings.h	Wed Jan 02 09:27:00 2019 -0800
+++ b/bindings.h	Thu Jan 03 09:14:49 2019 -0800
@@ -25,5 +25,6 @@
 
 void bindings_release_capture(void);
 void bindings_reacquire_capture(void);
+void set_content_binding_state(uint8_t enabled);
 
 #endif //BINDINGS_H_