mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
Try to fix the test difference (basically by replicating an old misfeature of headless...)
This commit is contained in:
+3
-3
@@ -479,6 +479,9 @@ void CommandLineOptions::ApplyToConfig() const {
|
||||
g_Config.iGPUBackend = (int)gpuBackend.value();
|
||||
g_Config.DoNotSaveSetting(&g_Config.iGPUBackend);
|
||||
}
|
||||
if (cpuCore.has_value()) {
|
||||
g_Config.iCpuCore = (int)cpuCore.value();
|
||||
}
|
||||
if (softwareRendering.has_value()) {
|
||||
g_Config.bSoftwareRendering = softwareRendering.value();
|
||||
g_Config.DoNotSaveSetting(&g_Config.bSoftwareRendering);
|
||||
@@ -491,9 +494,6 @@ void CommandLineOptions::ApplyToConfig() const {
|
||||
g_Config.bAutoRun = false;
|
||||
g_Config.bSaveSettings = false;
|
||||
}
|
||||
if (cpuCore.has_value()) {
|
||||
g_Config.iCpuCore = (int)cpuCore.value();
|
||||
}
|
||||
if (escapeExit.has_value()) {
|
||||
g_Config.bPauseExitsEmulator = escapeExit.value();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user