mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-03-06 14:27:44 +00:00
SettingsInterface: Fix TinyString helper
This commit is contained in:
parent
0ebc239003
commit
d9003b10c3
|
@ -97,7 +97,7 @@ 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;
|
||||||
|
|
Loading…
Reference in a new issue