mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -1106,7 +1106,7 @@ void Renderer::CheckForSurfaceChange()
|
|||
void Renderer::CheckForConfigChanges()
|
||||
{
|
||||
// Save the video config so we can compare against to determine which settings have changed.
|
||||
int old_multisamples = g_ActiveConfig.iMultisamples;
|
||||
u32 old_multisamples = g_ActiveConfig.iMultisamples;
|
||||
int old_anisotropy = g_ActiveConfig.iMaxAnisotropy;
|
||||
int old_stereo_mode = g_ActiveConfig.iStereoMode;
|
||||
int old_aspect_ratio = g_ActiveConfig.iAspectRatio;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue