yuzu: main: Silence type conversion warning on MSVC

pull/8/head
Morph 4 years ago
parent b096ec68cd
commit d95605cd24

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

Loading…
Cancel
Save