diff options
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: | |||
| 34 | */ | 34 | */ |
| 35 | template <typename Type, bool ranged> | 35 | template <typename Type, bool ranged> |
| 36 | void ReadSetting(const std::string& group, Settings::Setting<Type, ranged>& setting); | 36 | void ReadSetting(const std::string& group, Settings::Setting<Type, ranged>& setting); |
| 37 | void ReadCategory(Settings::Category category); | ||
| 37 | }; | 38 | }; |