Skip to content

Commit

Permalink
forgot to set this setting back to normal.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeatXD committed Jul 8, 2023
1 parent 73d28ee commit 12bcd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/netplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 12bcd30

Please sign in to comment.