diff options
| author | Mario <mariodavo.20@gmail.com> | 2023-08-26 21:19:00 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-08-26 22:20:19 -0400 |
| commit | 5464423667dedc0f09d48f85fc7871a3e56127a4 (patch) | |
| tree | a981bb0c3f41050a476e791f4440bc4eae9e1ebf /src/yuzu/uisettings.h | |
| parent | 6c4abd23be375afda850661cdf164b65e52f8cb8 (diff) | |
yuzu-qt: Track play time
Diffstat (limited to 'src/yuzu/uisettings.h')
| -rw-r--r-- | src/yuzu/uisettings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index 8efd63f31..848631a9e 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h @@ -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}; |
