diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-18 21:44:27 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 16:56:55 +0200 |
commit | b02e7eea78cf5d5f3631b11a58f28d0888948fc0 (patch) | |
tree | d4a77f204252e3b0b11f1d1567b39b0f5c0f107b /src/common | |
parent | common,configure_system: Rename method to GetCategory (diff) | |
download | yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.tar yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.tar.gz yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.tar.bz2 yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.tar.lz yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.tar.xz yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.tar.zst yuzu-b02e7eea78cf5d5f3631b11a58f28d0888948fc0.zip |
Diffstat (limited to 'src/common')
-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: * @param default_val Initial value of the setting, and default value of the setting * @param name Label for the setting * @param category_ Category of the setting AKA INI group - * @param specialization_ Suggestion for how frontend implemetations represent this in a config + * @param specialization_ Suggestion for how frontend implementations represent this in a config * @param save_ Suggests that this should or should not be saved to a frontend config file * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded * @param other_setting_ A second Setting to associate to this one in metadata @@ -58,7 +58,7 @@ public: * @param max_val Sets the maximum allowed value of the setting * @param name Label for the setting * @param category_ Category of the setting AKA INI group - * @param specialization_ Suggestion for how frontend implemetations represent this in a config + * @param specialization_ Suggestion for how frontend implementations represent this in a config * @param save_ Suggests that this should or should not be saved to a frontend config file * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded * @param other_setting_ A second Setting to associate to this one in metadata @@ -251,7 +251,7 @@ public: * @param default_val Initial value of the setting, and default value of the setting * @param name Label for the setting * @param category_ Category of the setting AKA INI group - * @param specialization_ Suggestion for how frontend implemetations represent this in a config + * @param specialization_ Suggestion for how frontend implementations represent this in a config * @param save_ Suggests that this should or should not be saved to a frontend config file * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded * @param other_setting_ A second Setting to associate to this one in metadata @@ -277,7 +277,7 @@ public: * @param max_val Sets the maximum allowed value of the setting * @param name Label for the setting * @param category_ Category of the setting AKA INI group - * @param specialization_ Suggestion for how frontend implemetations represent this in a config + * @param specialization_ Suggestion for how frontend implementations represent this in a config * @param save_ Suggests that this should or should not be saved to a frontend config file * @param runtime_modifiable_ Suggests whether this is modifiable while a guest is loaded * @param other_setting_ A second Setting to associate to this one in metadata |