diff options
| author | JMC47 <JMC4789@gmail.com> | 2022-07-23 01:57:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 01:57:35 -0400 |
| commit | 89c4fdeeea69056a8f2441f6e0e0662ba1e6a7b8 (patch) | |
| tree | 3fa6ef316f6ec72fc0f8622d7ebda2d544382e00 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | df399b0995febe451ecf231c9bfb68b73d51e3bb (diff) | |
| parent | 6559c6b8ee8d35694282f3dcfaf09f96f73874db (diff) | |
Merge pull request #10754 from tellowkrinkle/Metal
VideoBackends: Add Metal backend
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index a74b2eb1c9..80dc4603f2 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -88,6 +88,7 @@ void VideoSoftware::InitBackendInfo() g_Config.backend_info.bSupportsTextureQueryLevels = false; g_Config.backend_info.bSupportsLodBiasInSampler = false; g_Config.backend_info.bSupportsSettingObjectNames = false; + g_Config.backend_info.bSupportsPartialMultisampleResolve = true; // aamodes g_Config.backend_info.AAModes = {1}; |
