mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
EnhancementsWidget: Handle gaps in AA mode list
Mesa (llvmpipe) only reports 4x MSAA, and doesn't report 2x (or 1x, but we implicitly add that). The old logic did not handle this correctly, causing selecting 4x to fail and fall back to None.
This also removes VideoUtils::GetAvailableAntialiasingModes, and thus VideoUtils entirely, as its only other function was removed in 1f74653501
.
This commit is contained in:
@ -534,7 +534,6 @@
|
||||
<ClInclude Include="UICommon\ResourcePack\ResourcePack.h" />
|
||||
<ClInclude Include="UICommon\UICommon.h" />
|
||||
<ClInclude Include="UICommon\USBUtils.h" />
|
||||
<ClInclude Include="UICommon\VideoUtils.h" />
|
||||
<ClInclude Include="UpdaterCommon\UI.h" />
|
||||
<ClInclude Include="UpdaterCommon\UpdaterCommon.h" />
|
||||
<ClInclude Include="VideoBackends\D3D\D3DBase.h" />
|
||||
@ -1160,7 +1159,6 @@
|
||||
<ClCompile Include="UICommon\ResourcePack\ResourcePack.cpp" />
|
||||
<ClCompile Include="UICommon\UICommon.cpp" />
|
||||
<ClCompile Include="UICommon\USBUtils.cpp" />
|
||||
<ClCompile Include="UICommon\VideoUtils.cpp" />
|
||||
<ClCompile Include="UpdaterCommon\UpdaterCommon.cpp" />
|
||||
<ClCompile Include="VideoBackends\D3D\D3DBase.cpp" />
|
||||
<ClCompile Include="VideoBackends\D3D\D3DBoundingBox.cpp" />
|
||||
|
Reference in New Issue
Block a user