Merge pull request #6259 from Morph1984/main-conv

yuzu: main: Silence type conversion warning on MSVC
This commit is contained in:
Ameer J 2021-04-28 20:54:05 -04:00 committed by GitHub
commit e1a196cfd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ GMainWindow::GMainWindow()
continue;
}
Settings::values.current_user = selected_user;
Settings::values.current_user = static_cast<s32>(selected_user);
continue;
}