FullscreenUI: Various minor bug fixes

This commit is contained in:
Stenzek
2024-04-13 14:41:10 +10:00
parent 8ab1623276
commit 6258cb9e0e
3 changed files with 44 additions and 37 deletions

View File

@ -342,7 +342,7 @@ private:
#endif
template<u32 L>
ALWAYS_INLINE SmallStackString<L> SmallStackString<L>::from_sprintf(const char* format, ...)
SmallStackString<L> SmallStackString<L>::from_sprintf(const char* format, ...)
{
std::va_list ap;
va_start(ap, format);