implementing button mappings table in gui
[drnoksnes] / platform / hgw.h
index 68c351c..ec948ec 100644 (file)
@@ -17,6 +17,8 @@ void HgwPollEvents();
 #define kGConfFrameskip kGConfPath "frameskip"
 #define kGConfTransparency kGConfPath "transparency"
 #define kGConfSpeedhacks kGConfPath "speedhacks"
+#define kGConfMapping kGConfPath "mapping"
+#define kGConfKeysPath kGConfPath "keys/"
 
 #endif