add multitouch fixes
[drnoksnes] / gui / gconf.h
index c7ae3d0..7d4ecbe 100644 (file)
@@ -3,6 +3,7 @@
 
 #define kGConfPath "/apps/maemo/drnoksnes"
 #define kGConfRomFile kGConfPath "/" "rom"
+#define kGConfSaver kGConfPath "/" "saver"
 #define kGConfSound kGConfPath "/" "sound"
 #define kGConfTurboMode kGConfPath "/" "turbo"
 #define kGConfFrameskip kGConfPath "/" "frameskip"
 #define kGConfPlayerKeyboardPath "/" "keyboard"
 #define kGConfPlayerKeyboardEnable kGConfPlayerKeyboardPath "/" "enable"
 
+#define kGConfPlayerTouchscreenPath "/" "touchscreen"
+#define kGConfPlayerTouchscreenEnable kGConfPlayerTouchscreenPath "/" "enable"
+#define kGConfPlayerTouchscreenShow kGConfPlayerTouchscreenPath "/" "show_buttons"
+
+#define kGConfPlayerZeemotePath "/" "zeemote"
+#define kGConfPlayerZeemoteEnable kGConfPlayerZeemotePath "/" "enable"
+
 #endif