diff options
| author | 2023-07-18 15:49:36 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:55 -0400 | |
| commit | 32116231924bfc1ad356fc0f39df327a393b8df1 (patch) | |
| tree | 61ffe216c4246ee63f387169cc2eecb0dc80e216 /src/common/settings_common.h | |
| parent | settings_setting: Fix typo (diff) | |
| download | yuzu-32116231924bfc1ad356fc0f39df327a393b8df1.tar.gz yuzu-32116231924bfc1ad356fc0f39df327a393b8df1.tar.xz yuzu-32116231924bfc1ad356fc0f39df327a393b8df1.zip | |
common: Move global configuration state modifiers back to settings
Diffstat (limited to 'src/common/settings_common.h')
| -rw-r--r-- | src/common/settings_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h index ca218e37b..a7630a97f 100644 --- a/src/common/settings_common.h +++ b/src/common/settings_common.h | |||
| @@ -60,9 +60,6 @@ enum Specialization : u8 { | |||
| 60 | Percentage = (1 << SpecializationAttributeOffset), | 60 | Percentage = (1 << SpecializationAttributeOffset), |
| 61 | }; | 61 | }; |
| 62 | 62 | ||
| 63 | bool IsConfiguringGlobal(); | ||
| 64 | void SetConfiguringGlobal(bool is_global); | ||
| 65 | |||
| 66 | class BasicSetting; | 63 | class BasicSetting; |
| 67 | 64 | ||
| 68 | class Linkage { | 65 | class Linkage { |