FullscreenUI: Remove accurate DATE option

It doesn't exist anymore.
This commit is contained in:
Connor McLaughlin 2022-09-08 20:40:21 +10:00 committed by lightningterror
parent 81cafd21d0
commit 19725deb7e
1 changed files with 0 additions and 2 deletions
pcsx2/Frontend

View File

@ -2500,8 +2500,6 @@ void FullscreenUI::DrawGraphicsSettingsPage()
"Uploads full textures to the GPU on use, rather than only the utilized regions. Can improve performance in some games.",
"EmuCore/GS", "texture_preloading", static_cast<int>(TexturePreloadingLevel::Off), s_preloading_options,
std::size(s_preloading_options));
DrawToggleSetting(bsi, "Accurate Destination Alpha Test",
"Implement a more accurate algorithm to compute GS destination alpha testing.", "EmuCore/GS", "accurate_date", true);
DrawToggleSetting(bsi, "GPU Palette Conversion",
"Applies palettes to textures on the GPU instead of the CPU. Can result in speed improvements in some games.", "EmuCore/GS",
"paltex", false);