workaround a problem with the harmattan gcc
[drnoksnes] / gui / gconf.h
1 #ifndef _GUI_GCONF_H_
2 #define _GUI_GCONF_H_
3
4 #define kGConfPath "/apps/maemo/drnoksnes"
5 #define kGConfRomFile kGConfPath "/" "rom"
6 #define kGConfSaver kGConfPath "/" "saver"
7 #define kGConfSound kGConfPath "/" "sound"
8 #define kGConfTurboMode kGConfPath "/" "turbo"
9 #define kGConfFrameskip kGConfPath "/" "frameskip"
10 #define kGConfTransparency kGConfPath "/" "transparency"
11 #define kGConfScaler kGConfPath "/" "scaler"
12 #define kGConfDisplayFramerate kGConfPath "/" "display-framerate"
13 #define kGConfSpeedhacks kGConfPath "/" "speedhacks"
14
15 #define kGConfPlayerPathBufferLen 128
16 #define kGConfPlayerPath kGConfPath "/player%d"
17
18 #define kGConfPlayerKeyboardPath "/" "keyboard"
19 #define kGConfPlayerKeyboardEnable kGConfPlayerKeyboardPath "/" "enable"
20
21 #define kGConfPlayerTouchscreenPath "/" "touchscreen"
22 #define kGConfPlayerTouchscreenEnable kGConfPlayerTouchscreenPath "/" "enable"
23 #define kGConfPlayerTouchscreenShow kGConfPlayerTouchscreenPath "/" "show_buttons"
24
25 #define kGConfPlayerZeemotePath "/" "zeemote"
26 #define kGConfPlayerZeemoteEnable kGConfPlayerZeemotePath "/" "enable"
27
28 #endif
29