mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 08:17:56 -05:00
configure_system: Fix compiler warning
This commit is contained in:
@ -114,8 +114,8 @@ struct Values {
|
||||
// System
|
||||
bool use_docked_mode;
|
||||
bool enable_nfc;
|
||||
int current_user;
|
||||
int language_index;
|
||||
s32 current_user;
|
||||
s32 language_index;
|
||||
|
||||
// Controls
|
||||
std::array<std::string, NativeButton::NumButtons> buttons;
|
||||
|
Reference in New Issue
Block a user