diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2023-07-28 12:03:02 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2023-07-28 12:03:02 +0000 |
commit | 5cb4567b11afaa7fc87677cb5ff566d4c88d200a (patch) | |
tree | 7331f4d6f4e0db25c72c211e959ddc4616a28900 /src/yuzu_cmd/config.h | |
parent | a1c355051e030d48b24044023c3fb35d2640386b (diff) |
"Merge Tagged PR 10839"mainline-0-1510
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 021438b17e..512591a39c 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); }; |