summaryrefslogtreecommitdiffstats
path: root/src/yuzu/uisettings.h
diff options
context:
space:
mode:
authorMario <mariodavo.20@gmail.com>2023-08-27 03:19:00 +0200
committerLiam <byteslice@airmail.cc>2023-08-27 04:20:19 +0200
commit5464423667dedc0f09d48f85fc7871a3e56127a4 (patch)
treea981bb0c3f41050a476e791f4440bc4eae9e1ebf /src/yuzu/uisettings.h
parentMerge pull request #11356 from lat9nq/console-mode-pg (diff)
downloadyuzu-5464423667dedc0f09d48f85fc7871a3e56127a4.tar
yuzu-5464423667dedc0f09d48f85fc7871a3e56127a4.tar.gz
yuzu-5464423667dedc0f09d48f85fc7871a3e56127a4.tar.bz2
yuzu-5464423667dedc0f09d48f85fc7871a3e56127a4.tar.lz
yuzu-5464423667dedc0f09d48f85fc7871a3e56127a4.tar.xz
yuzu-5464423667dedc0f09d48f85fc7871a3e56127a4.tar.zst
yuzu-5464423667dedc0f09d48f85fc7871a3e56127a4.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/uisettings.h3
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};