mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-30 14:04:55 +00:00
At this point half of the PR is from squidbus, and I'm just typing out what they say
This commit is contained in:
parent
dd13d826a2
commit
9605d80238
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user