diff --git a/pcsx2/Frontend/FullscreenUI.cpp b/pcsx2/Frontend/FullscreenUI.cpp index 9634f2d8575dc..fb3e4f78f4b8e 100644 --- a/pcsx2/Frontend/FullscreenUI.cpp +++ b/pcsx2/Frontend/FullscreenUI.cpp @@ -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(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);