mirror of https://github.com/PCSX2/pcsx2.git
parent
0628e8cc87
commit
3a0b26225d
|
@ -96,7 +96,7 @@ public:
|
|||
return value;
|
||||
}
|
||||
|
||||
__fi SmallString GetTinyStringValue(const char* section, const char* key, const char* default_value = "") const
|
||||
__fi TinyString GetTinyStringValue(const char* section, const char* key, const char* default_value = "") const
|
||||
{
|
||||
TinyString value;
|
||||
if (!GetStringValue(section, key, &value))
|
||||
|
|
Loading…
Reference in New Issue