mirror of https://github.com/PCSX2/pcsx2.git
GS-config: Remove Accurate Date from the config.
This commit is contained in:
parent
3d647fe55a
commit
62adad0739
|
@ -459,7 +459,6 @@ struct Pcsx2Config
|
|||
|
||||
bool
|
||||
HWDisableReadbacks : 1,
|
||||
AccurateDATE : 1,
|
||||
GPUPaletteConversion : 1,
|
||||
AutoFlushSW : 1,
|
||||
PreloadFrameWithGSData : 1,
|
||||
|
|
|
@ -323,7 +323,6 @@ Pcsx2Config::GSOptions::GSOptions()
|
|||
OsdShowIndicators = true;
|
||||
|
||||
HWDisableReadbacks = false;
|
||||
AccurateDATE = true;
|
||||
GPUPaletteConversion = false;
|
||||
AutoFlushSW = true;
|
||||
PreloadFrameWithGSData = false;
|
||||
|
@ -543,7 +542,6 @@ void Pcsx2Config::GSOptions::ReloadIniSettings()
|
|||
GSSettingBool(OsdShowIndicators);
|
||||
|
||||
GSSettingBool(HWDisableReadbacks);
|
||||
GSSettingBoolEx(AccurateDATE, "accurate_date");
|
||||
GSSettingBoolEx(GPUPaletteConversion, "paltex");
|
||||
GSSettingBoolEx(AutoFlushSW, "autoflush_sw");
|
||||
GSSettingBoolEx(PreloadFrameWithGSData, "preload_frame_with_gs_data");
|
||||
|
|
Loading…
Reference in New Issue