Qt/Patches: Get rid of the global WS/NI toggle

This commit is contained in:
KamFretoZ
2024-12-10 08:47:28 +07:00
committed by Ty
parent 6a41e05694
commit cc9f7e723a
8 changed files with 28 additions and 86 deletions

View File

@@ -1922,8 +1922,6 @@ void Pcsx2Config::LoadSaveCore(SettingsWrapper& wrap)
SettingsWrapBitBool(EnablePatches);
SettingsWrapBitBool(EnableCheats);
SettingsWrapBitBool(EnablePINE);
SettingsWrapBitBool(EnableWideScreenPatches);
SettingsWrapBitBool(EnableNoInterlacingPatches);
SettingsWrapBitBool(EnableFastBoot);
SettingsWrapBitBool(EnableFastBootFastForward);
SettingsWrapBitBool(EnableThreadPinning);