diff options
| author | 2023-07-18 15:44:27 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:55 -0400 | |
| commit | b02e7eea78cf5d5f3631b11a58f28d0888948fc0 (patch) | |
| tree | d4a77f204252e3b0b11f1d1567b39b0f5c0f107b /src | |
| parent | common,configure_system: Rename method to GetCategory (diff) | |
| download | yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.tar.gz yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.tar.xz yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.zip | |
settings_setting: Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/settings_setting.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/settings_setting.h b/src/common/settings_setting.h index 55280fec4..a8beb06e9 100644 --- a/src/common/settings_setting.h +++ b/src/common/settings_setting.h | |||
| @@ -34,7 +34,7 @@ public: | |||
| 34 | * @param default_val Initial value of the setting, and default value of the setting | 34 | * @param default_val Initial value of the setting, and default value of the setting |
| 35 | * @param name Label for the setting | 35 | * @param name Label for the setting |
| 36 | * @param category_ Category of the setting AKA INI group | 36 | * @param category_ Category of the setting AKA INI group |
| 37 | * @param specialization_ Suggestion for how frontend implemetations represent this in a config | 37 | * @param specialization_ Suggestion for how frontend implementations represent this in a config |
| 38 | * @param save_ Suggests that this should or should not be saved to a frontend config file | 38 | * @param save_ Suggests that this should or should not be saved to a frontend config file |
| 39 | * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded | 39 | * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded |
| 40 | * @param other_setting_ A second Setting to associate to this one in metadata | 40 | * @param other_setting_ A second Setting to associate to this one in metadata |
| @@ -58,7 +58,7 @@ public: | |||
| 58 | * @param max_val Sets the maximum allowed value of the setting | 58 | * @param max_val Sets the maximum allowed value of the setting |
| 59 | * @param name Label for the setting | 59 | * @param name Label for the setting |
| 60 | * @param category_ Category of the setting AKA INI group | 60 | * @param category_ Category of the setting AKA INI group |
| 61 | * @param specialization_ Suggestion for how frontend implemetations represent this in a config | 61 | * @param specialization_ Suggestion for how frontend implementations represent this in a config |
| 62 | * @param save_ Suggests that this should or should not be saved to a frontend config file | 62 | * @param save_ Suggests that this should or should not be saved to a frontend config file |
| 63 | * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded | 63 | * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded |
| 64 | * @param other_setting_ A second Setting to associate to this one in metadata | 64 | * @param other_setting_ A second Setting to associate to this one in metadata |
| @@ -251,7 +251,7 @@ public: | |||
| 251 | * @param default_val Initial value of the setting, and default value of the setting | 251 | * @param default_val Initial value of the setting, and default value of the setting |
| 252 | * @param name Label for the setting | 252 | * @param name Label for the setting |
| 253 | * @param category_ Category of the setting AKA INI group | 253 | * @param category_ Category of the setting AKA INI group |
| 254 | * @param specialization_ Suggestion for how frontend implemetations represent this in a config | 254 | * @param specialization_ Suggestion for how frontend implementations represent this in a config |
| 255 | * @param save_ Suggests that this should or should not be saved to a frontend config file | 255 | * @param save_ Suggests that this should or should not be saved to a frontend config file |
| 256 | * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded | 256 | * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded |
| 257 | * @param other_setting_ A second Setting to associate to this one in metadata | 257 | * @param other_setting_ A second Setting to associate to this one in metadata |
| @@ -277,7 +277,7 @@ public: | |||
| 277 | * @param max_val Sets the maximum allowed value of the setting | 277 | * @param max_val Sets the maximum allowed value of the setting |
| 278 | * @param name Label for the setting | 278 | * @param name Label for the setting |
| 279 | * @param category_ Category of the setting AKA INI group | 279 | * @param category_ Category of the setting AKA INI group |
| 280 | * @param specialization_ Suggestion for how frontend implemetations represent this in a config | 280 | * @param specialization_ Suggestion for how frontend implementations represent this in a config |
| 281 | * @param save_ Suggests that this should or should not be saved to a frontend config file | 281 | * @param save_ Suggests that this should or should not be saved to a frontend config file |
| 282 | * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded | 282 | * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded |
| 283 | * @param other_setting_ A second Setting to associate to this one in metadata | 283 | * @param other_setting_ A second Setting to associate to this one in metadata |