mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 15:17:52 -05:00
Avoid parsing RomFS to directory in NCA
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user