diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-07-28 12:32:16 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-06 23:06:33 -0400 |
commit | 9e88f03e7591bd3b91d7af9b9995a727c0b92ac9 (patch) | |
tree | df8fb8701e41ac8ea525fe23b6b13e057e41d0b8 /src/yuzu/ui_settings.h | |
parent | 826b1394e85720b62938c5f7af4a876e203316af (diff) |
Avoid parsing RomFS to directory in NCA
Diffstat (limited to 'src/yuzu/ui_settings.h')
-rw-r--r-- | src/yuzu/ui_settings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu/ui_settings.h b/src/yuzu/ui_settings.h index 2286c2559..051494bc5 100644 --- a/src/yuzu/ui_settings.h +++ b/src/yuzu/ui_settings.h @@ -54,6 +54,12 @@ struct Values { // logging bool show_console; + + // Game List + bool show_unknown; + uint32_t icon_size; + uint8_t row_1_text_id; + uint8_t row_2_text_id; }; extern Values values; |