At this point half of the PR is from squidbus, and I'm just typing out what they say

This commit is contained in:
squidbus 2025-04-24 22:12:11 +02:00
parent dd13d826a2
commit 9605d80238

View File

@ -103,8 +103,8 @@ Error PS4_SYSV_ABI sceImeDialogGetPanelSize(const OrbisImeDialogParam* param, u3
}
break;
case OrbisImeType::Number:
*width = 370; // original: 370
*height = 402; // original: 470
*width = 370;
*height = 470;
break;
default:
LOG_ERROR(Lib_ImeDialog, "Unknown OrbisImeType: {}", (u32)param->type);