ui_settings: Add option to cache game list
This commit is contained in:
parent
90c9d703ba
commit
180f22f17e
2 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue