mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 16:01:09 -04:00
video: change multisample/AA setting to u32
This commit is contained in:
@@ -320,7 +320,7 @@ HRESULT Create(HWND wnd)
|
||||
return desc.Count == g_Config.iMultisamples;
|
||||
}) == aa_modes.end())
|
||||
{
|
||||
Config::SetCurrent(Config::GFX_MSAA, 1);
|
||||
Config::SetCurrent(Config::GFX_MSAA, UINT32_C(1));
|
||||
UpdateActiveConfig();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user