mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
yuzu: main: Silence type conversion warning on MSVC
This commit is contained in:
parent
b096ec68cd
commit
d95605cd24
@ -349,7 +349,7 @@ GMainWindow::GMainWindow()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Settings::values.current_user = selected_user;
|
Settings::values.current_user = static_cast<s32>(selected_user);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user