mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-30 16:03:05 +00: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 a new issue