mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 00:47:49 +00:00
yuzu-qt: Track play time
This commit is contained in:
parent
e392005f94
commit
54a5b8062e
15 changed files with 334 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue