]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/settings.h
Removed files no longer needed, fixed build system to be more sane.
[virtualjaguar] / src / settings.h
index f998b8b6040118bea76dd082be691dfa746b1472..ccb9e2f1f22655d7b35c907909ca3248105ebcee 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
 
@@ -50,14 +50,11 @@ enum { RT_NORMAL = 0, RT_TV = 1 };
 
 // Exported functions
 
-void LoadVJSettings(void);
-void SaveVJSettings(void);
+//void LoadVJSettings(void);
+//void SaveVJSettings(void);
 
 // Exported variables
 
 extern VJSettings vjs;
 
-// Temporary vars...
-extern bool smoothGLOutput;
-
 #endif // __SETTINGS_H__