mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 06:10:00 +00:00
fix typo in settings.h
Intial -> Initial
This commit is contained in:
parent
fdae95efaa
commit
c161e3f433
1 changed files with 4 additions and 4 deletions
|
@ -128,7 +128,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* Sets a default value, label, and setting value.
|
* Sets a default value, label, and setting value.
|
||||||
*
|
*
|
||||||
* @param default_val Intial value of the setting, and default value of the setting
|
* @param default_val Initial value of the setting, and default value of the setting
|
||||||
* @param name Label for the setting
|
* @param name Label for the setting
|
||||||
*/
|
*/
|
||||||
explicit Setting(const Type& default_val, const std::string& name)
|
explicit Setting(const Type& default_val, const std::string& name)
|
||||||
|
@ -139,7 +139,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* Sets a default value, minimum value, maximum value, and label.
|
* Sets a default value, minimum value, maximum value, and label.
|
||||||
*
|
*
|
||||||
* @param default_val Intial value of the setting, and default value of the setting
|
* @param default_val Initial value of the setting, and default value of the setting
|
||||||
* @param min_val Sets the minimum allowed value of the setting
|
* @param min_val Sets the minimum allowed value of the setting
|
||||||
* @param max_val Sets the maximum allowed value of the setting
|
* @param max_val Sets the maximum allowed value of the setting
|
||||||
* @param name Label for the setting
|
* @param name Label for the setting
|
||||||
|
@ -231,7 +231,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* Sets a default value, label, and setting value.
|
* Sets a default value, label, and setting value.
|
||||||
*
|
*
|
||||||
* @param default_val Intial value of the setting, and default value of the setting
|
* @param default_val Initial value of the setting, and default value of the setting
|
||||||
* @param name Label for the setting
|
* @param name Label for the setting
|
||||||
*/
|
*/
|
||||||
explicit SwitchableSetting(const Type& default_val, const std::string& name)
|
explicit SwitchableSetting(const Type& default_val, const std::string& name)
|
||||||
|
@ -242,7 +242,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* Sets a default value, minimum value, maximum value, and label.
|
* Sets a default value, minimum value, maximum value, and label.
|
||||||
*
|
*
|
||||||
* @param default_val Intial value of the setting, and default value of the setting
|
* @param default_val Initial value of the setting, and default value of the setting
|
||||||
* @param min_val Sets the minimum allowed value of the setting
|
* @param min_val Sets the minimum allowed value of the setting
|
||||||
* @param max_val Sets the maximum allowed value of the setting
|
* @param max_val Sets the maximum allowed value of the setting
|
||||||
* @param name Label for the setting
|
* @param name Label for the setting
|
||||||
|
|
Loading…
Reference in a new issue