feat: modernized splitscreen settings menus

This commit is contained in:
Fireblade
2026-06-03 15:30:48 -04:00
parent 1a2299730a
commit 3214e819aa
13 changed files with 4 additions and 20 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const double Double::MAX_VALUE = DBL_MAX;
const double Double::MIN_NORMAL = DBL_MIN;
int Integer::parseInt(wstring &str, int radix /* = 10*/)
int Integer::parseInt(const wstring &str, int radix /* = 10*/)
{
return wcstol( str.c_str(), nullptr, radix );
}