allow player 2 touchscreen controls
[drnoksnes] / gui / gconf.h
index bb4d9a4..e851dde 100644 (file)
@@ -18,5 +18,9 @@
 #define kGConfPlayerKeyboardPath "/" "keyboard"
 #define kGConfPlayerKeyboardEnable kGConfPlayerKeyboardPath "/" "enable"
 
+#define kGConfPlayerTouchscreenPath "/" "touchscreen"
+#define kGConfPlayerTouchscreenEnable kGConfPlayerTouchscreenPath "/" "enable"
+#define kGConfPlayerTouchscreenShow kGConfPlayerTouchscreenPath "/" "show_buttons"
+
 #endif