mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-26 10:59:13 +00: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