mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-03-04 10:17:25 +00:00
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…
x
Reference in New Issue
Block a user