diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-06 03:05:22 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 16:56:07 +0200 |
commit | 60773194a039fced8cf2da308e1b8220d08a1636 (patch) | |
tree | 5afb956619f995866c38d755feaa3a8b3fd7d522 /src/yuzu_cmd/config.h | |
parent | uisettings: Fix typings (diff) | |
download | yuzu-60773194a039fced8cf2da308e1b8220d08a1636.tar yuzu-60773194a039fced8cf2da308e1b8220d08a1636.tar.gz yuzu-60773194a039fced8cf2da308e1b8220d08a1636.tar.bz2 yuzu-60773194a039fced8cf2da308e1b8220d08a1636.tar.lz yuzu-60773194a039fced8cf2da308e1b8220d08a1636.tar.xz yuzu-60773194a039fced8cf2da308e1b8220d08a1636.tar.zst yuzu-60773194a039fced8cf2da308e1b8220d08a1636.zip |
Diffstat (limited to 'src/yuzu_cmd/config.h')
-rw-r--r-- | src/yuzu_cmd/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/config.h b/src/yuzu_cmd/config.h index 021438b17..512591a39 100644 --- a/src/yuzu_cmd/config.h +++ b/src/yuzu_cmd/config.h @@ -34,4 +34,5 @@ private: */ template <typename Type, bool ranged> void ReadSetting(const std::string& group, Settings::Setting<Type, ranged>& setting); + void ReadCategory(Settings::Category category); }; |