Skip to content

Commit

Permalink
FullscreenUI: Remove accurate DATE option
Browse files Browse the repository at this point in the history
It doesn't exist anymore.
  • Loading branch information
stenzek authored and lightningterror committed Sep 8, 2022
1 parent 81cafd2 commit 19725de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pcsx2/Frontend/FullscreenUI.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 19725de

Please sign in to comment.