new controls dialog; using gconf instead of hgw
[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 kGConfSound kGConfPath "/" "sound"
7 #define kGConfTurboMode kGConfPath "/" "turbo"
8 #define kGConfFrameskip kGConfPath "/" "frameskip"
9 #define kGConfTransparency kGConfPath "/" "transparency"
10 #define kGConfScaler kGConfPath "/" "scaler"
11 #define kGConfDisplayFramerate kGConfPath "/" "display-framerate"
12 #define kGConfSpeedhacks kGConfPath "/" "speedhacks"
13
14 #define kGConfPlayerPathBufferLen 128
15 #define kGConfPlayerPath kGConfPath "/player%d"
16
17 #define kGConfPlayerKeyboardPath "/" "keyboard"
18 #define kGConfPlayerKeyboardEnable kGConfPlayerKeyboardPath "/" "enable"
19
20 #endif
21