mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 14:18:44 +00:00
video: change multisample/AA setting to u32
This commit is contained in:
parent
9357cee2ef
commit
5480efdff2
7 changed files with 11 additions and 11 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue