mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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