aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/PlatformConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/qt_sdl/PlatformConfig.cpp')
-rw-r--r--src/frontend/qt_sdl/PlatformConfig.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/PlatformConfig.cpp b/src/frontend/qt_sdl/PlatformConfig.cpp
index 03c7285..ac890ee 100644
--- a/src/frontend/qt_sdl/PlatformConfig.cpp
+++ b/src/frontend/qt_sdl/PlatformConfig.cpp
@@ -77,6 +77,9 @@ char RecentROMList[10][1024];
int EnableCheats;
+int MouseHide;
+int MouseHideSeconds;
+
bool EnableJIT;
ConfigEntry PlatformConfigFile[] =
@@ -185,6 +188,9 @@ ConfigEntry PlatformConfigFile[] =
{"EnableCheats", 0, &EnableCheats, 0, NULL, 0},
+ {"MouseHide", 0, &MouseHide, 0, NULL, 0},
+ {"MouseHideSeconds", 0, &MouseHideSeconds, 5, NULL, 0},
+
{"", -1, NULL, 0, NULL, 0}
};