summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/config.h
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-06-30 18:32:03 +0200
committerlat9nq <lat9nq@gmail.com>2022-06-30 18:39:48 +0200
commitca36722a5431e70c79e2e6d175d3e68e12b90ff5 (patch)
tree1eff4f49ff51bd31822907e9a6de999a612e0c9c /src/yuzu_cmd/config.h
parentMerge pull request #8512 from german77/nnResult (diff)
downloadyuzu-ca36722a5431e70c79e2e6d175d3e68e12b90ff5.tar
yuzu-ca36722a5431e70c79e2e6d175d3e68e12b90ff5.tar.gz
yuzu-ca36722a5431e70c79e2e6d175d3e68e12b90ff5.tar.bz2
yuzu-ca36722a5431e70c79e2e6d175d3e68e12b90ff5.tar.lz
yuzu-ca36722a5431e70c79e2e6d175d3e68e12b90ff5.tar.xz
yuzu-ca36722a5431e70c79e2e6d175d3e68e12b90ff5.tar.zst
yuzu-ca36722a5431e70c79e2e6d175d3e68e12b90ff5.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/config.h b/src/yuzu_cmd/config.h
index f61ba23ec..ccf77d668 100644
--- a/src/yuzu_cmd/config.h
+++ b/src/yuzu_cmd/config.h
@@ -28,11 +28,11 @@ public:
private:
/**
- * Applies a value read from the sdl2_config to a BasicSetting.
+ * Applies a value read from the sdl2_config to a Setting.
*
* @param group The name of the INI group
* @param setting The yuzu setting to modify
*/
template <typename Type>
- void ReadSetting(const std::string& group, Settings::BasicSetting<Type>& setting);
+ void ReadSetting(const std::string& group, Settings::Setting<Type>& setting);
};