mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 15:15:40 +00:00
SettingsInterface: Fix TinyString helper
This commit is contained in:
parent
0ebc239003
commit
d9003b10c3
|
@ -97,8 +97,8 @@ public:
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
ALWAYS_INLINE SmallString GetTinyStringValue(const char* section, const char* key,
|
ALWAYS_INLINE TinyString GetTinyStringValue(const char* section, const char* key,
|
||||||
const char* default_value = "") const
|
const char* default_value = "") const
|
||||||
{
|
{
|
||||||
TinyString value;
|
TinyString value;
|
||||||
if (!GetStringValue(section, key, &value))
|
if (!GetStringValue(section, key, &value))
|
||||||
|
|
Loading…
Reference in a new issue