Rember cheat scroll position

This commit is contained in:
iota97
2020-03-26 10:59:08 +01:00
parent 8b6d2f9025
commit d89a858dcd
6 changed files with 15 additions and 5 deletions
+1
View File
@@ -437,6 +437,7 @@ static ConfigSetting generalSettings[] = {
ConfigSetting("AutoLoadSaveState", &g_Config.iAutoLoadSaveState, 0, true, true),
ReportedConfigSetting("EnableCheats", &g_Config.bEnableCheats, false, true, true),
ConfigSetting("CwCheatRefreshRate", &g_Config.iCwCheatRefreshRate, 77, true, true),
ConfigSetting("CwCheatScrollPosition", &g_Config.fCwCheatScrollPosition, 0.0f, true, true),
ConfigSetting("ScreenshotsAsPNG", &g_Config.bScreenshotsAsPNG, false, true, true),
ConfigSetting("UseFFV1", &g_Config.bUseFFV1, false),