diff options
Diffstat (limited to 'src/yuzu_cmd/config.h')
| -rw-r--r-- | src/yuzu_cmd/config.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/yuzu_cmd/config.h b/src/yuzu_cmd/config.h index ccf77d668..021438b17 100644 --- a/src/yuzu_cmd/config.h +++ b/src/yuzu_cmd/config.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | // Copyright 2014 Citra Emulator Project | 1 | // SPDX-FileCopyrightText: 2014 Citra Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | // Refer to the license.txt file included. | ||
| 4 | 3 | ||
| 5 | #pragma once | 4 | #pragma once |
| 6 | 5 | ||
| @@ -33,6 +32,6 @@ private: | |||
| 33 | * @param group The name of the INI group | 32 | * @param group The name of the INI group |
| 34 | * @param setting The yuzu setting to modify | 33 | * @param setting The yuzu setting to modify |
| 35 | */ | 34 | */ |
| 36 | template <typename Type> | 35 | template <typename Type, bool ranged> |
| 37 | void ReadSetting(const std::string& group, Settings::Setting<Type>& setting); | 36 | void ReadSetting(const std::string& group, Settings::Setting<Type, ranged>& setting); |
| 38 | }; | 37 | }; |