Merge pull request #10519 from mdmrk/master

yuzu-qt: Track play time
This commit is contained in:
liamwhite
2023-10-08 17:11:34 -04:00
committed by GitHub
16 changed files with 337 additions and 14 deletions

View File

@ -183,6 +183,9 @@ struct Values {
Setting<bool> show_size{linkage, true, "show_size", Category::UiGameList};
Setting<bool> show_types{linkage, true, "show_types", Category::UiGameList};
// Play time
Setting<bool> show_play_time{linkage, true, "show_play_time", Category::UiGameList};
bool configuration_applied;
bool reset_to_defaults;
bool shortcut_already_warned{false};