forgot to set this setting back to normal.

This commit is contained in:
Jamie Meyer 2023-07-08 14:48:43 +02:00
parent 73d28eeddf
commit 12bcd30843
No known key found for this signature in database
GPG Key ID: BF30D71B2F1305C7
1 changed files with 1 additions and 1 deletions

View File

@ -1769,7 +1769,7 @@ void Netplay::SetSettings(const ConnectResponseMessage* msg)
si.SetBoolValue("GPU", "UseSoftwareRendererForReadbacks", true);
// No cheats.. yet. Need to serialize them, and that has security risks.
// si.SetBoolValue("Main", "AutoLoadCheats", false);
si.SetBoolValue("Main", "AutoLoadCheats", false);
// No PCDRV or texture replacements, they require local files.
si.SetBoolValue("PCDrv", "Enabled", false);