summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2021-07-08 20:07:10 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2021-07-08 20:07:10 +0200
commita949ee0410fcce9144806d7b64e9ae4bffd4fee9 (patch)
tree77b3e9dd5d6c9db26e26612355285345298d6e50 /src/common
parentconfig: Read UISettings as basic settings (diff)
downloadyuzu-a949ee0410fcce9144806d7b64e9ae4bffd4fee9.tar
yuzu-a949ee0410fcce9144806d7b64e9ae4bffd4fee9.tar.gz
yuzu-a949ee0410fcce9144806d7b64e9ae4bffd4fee9.tar.bz2
yuzu-a949ee0410fcce9144806d7b64e9ae4bffd4fee9.tar.lz
yuzu-a949ee0410fcce9144806d7b64e9ae4bffd4fee9.tar.xz
yuzu-a949ee0410fcce9144806d7b64e9ae4bffd4fee9.tar.zst
yuzu-a949ee0410fcce9144806d7b64e9ae4bffd4fee9.zip
Diffstat (limited to '')
-rw-r--r--src/common/settings.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index c799e6243..bf83186f5 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -155,8 +155,7 @@ public:
/**
* Tells this setting to represent either the global or custom setting when other member
- * functions are used. Setting to_global to true means using the global setting, to false
- * false for the custom setting.
+ * functions are used.
*
* @param to_global Whether to use the global or custom setting.
*/