ui_settings: Add option to cache game list

This commit is contained in:
Zach Hilman
2019-04-23 09:07:31 -04:00
parent 90c9d703ba
commit 180f22f17e
2 changed files with 3 additions and 0 deletions

View File

@ -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;