]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/settings.h
First attempt at configuration dialog.
[virtualjaguar] / src / settings.h
index f998b8b6040118bea76dd082be691dfa746b1472..a7ca244e1083f3b31b4e4014d805e6fe18600958 100644 (file)
@@ -33,8 +33,8 @@ struct VJSettings
 
        // 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
 
@@ -57,7 +57,4 @@ void SaveVJSettings(void);
 
 extern VJSettings vjs;
 
-// Temporary vars...
-extern bool smoothGLOutput;
-
 #endif // __SETTINGS_H__