]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/settings.h
Removed files no longer needed, fixed build system to be more sane.
[virtualjaguar] / src / settings.h
index e527040803df63731e5c1cde94128c9bf916c56a..ccb9e2f1f22655d7b35c907909ca3248105ebcee 100644 (file)
@@ -30,11 +30,11 @@ struct VJSettings
        bool hardwareTypeAlpine;
        uint32 frameSkip;
        uint32 renderType;
-       
+
        // Keybindings in order of U, D, L, R, C, B, A, Op, Pa, 0-9, #, *
 
-       uint16 p1KeyBindings[21];
-       uint16 p2KeyBindings[21];
+       uint32 p1KeyBindings[21];
+       uint32 p2KeyBindings[21];
 
        // Paths
 
@@ -50,8 +50,8 @@ enum { RT_NORMAL = 0, RT_TV = 1 };
 
 // Exported functions
 
-void LoadVJSettings(void);
-void SaveVJSettings(void);
+//void LoadVJSettings(void);
+//void SaveVJSettings(void);
 
 // Exported variables