mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 15:37:51 -05:00
ui_settings: Add option to cache game list
This commit is contained in:
@ -79,6 +79,7 @@ struct Values {
|
||||
uint8_t row_1_text_id;
|
||||
uint8_t row_2_text_id;
|
||||
std::atomic_bool is_game_list_reload_pending{false};
|
||||
bool cache_game_list;
|
||||
};
|
||||
|
||||
extern Values values;
|
||||
|
Reference in New Issue
Block a user