diff options
Diffstat (limited to 'src/yuzu/ui_settings.h')
-rw-r--r-- | src/yuzu/ui_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/ui_settings.h b/src/yuzu/ui_settings.h index 035192aeb..2f434eab0 100644 --- a/src/yuzu/ui_settings.h +++ b/src/yuzu/ui_settings.h @@ -59,7 +59,7 @@ struct Values { bool show_console; // Controllers - uint32_t profile_index; + int profile_index; // Game List bool show_unknown; |