Browse Source
Merge pull request #6259 from Morph1984/main-conv
yuzu: main: Silence type conversion warning on MSVC
pull/15/merge
Ameer J
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/main.cpp
|
|
|
@ -349,7 +349,7 @@ GMainWindow::GMainWindow() |
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
Settings::values.current_user = selected_user; |
|
|
|
Settings::values.current_user = static_cast<s32>(selected_user); |
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
|