Don't use partial-restart unless debugger is present.
Works around #9666 for most practical purposes.
This commit is contained in:
parent
6e66f443e6
commit
a1e3be445a
6 changed files with 47 additions and 17 deletions
|
@ -495,6 +495,9 @@ static ConfigSetting graphicsSettings[] = {
|
|||
ReportedConfigSetting("AutoFrameSkip", &g_Config.bAutoFrameSkip, false, true, true),
|
||||
ConfigSetting("FrameRate", &g_Config.iFpsLimit, 0, true, true),
|
||||
ConfigSetting("FrameSkipUnthrottle", &g_Config.bFrameSkipUnthrottle, &DefaultFrameskipUnthrottle, true, false),
|
||||
#if defined(USING_WIN_UI)
|
||||
ConfigSetting("RestartRequired", &g_Config.bRestartRequired, false, false),
|
||||
#endif
|
||||
ReportedConfigSetting("ForceMaxEmulatedFPS", &g_Config.iForceMaxEmulatedFPS, 60, true, true),
|
||||
|
||||
// TODO: Hm, on fast mobile GPUs we should definitely default to at least 4 (setting = 2)...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue