fix: down DPAD opening 2 menus. small UI Parity, fix debug ifdefs, add -resolution arg, remove random debugbreak

This commit is contained in:
2026-08-15 14:46:34 -04:00
parent 9d19fdc5f5
commit 1a903c65dc
6 changed files with 19 additions and 34 deletions
-3
View File
@@ -119,9 +119,6 @@ void StringTable::ProcessStringTableData(void)
else
{
app.DebugPrintf("Failed to get language\n");
#ifdef _DEBUG
__debugbreak();
#endif
isStatic = false;
}