mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +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;
|
break;
|
||||||
case OrbisImeType::Number:
|
case OrbisImeType::Number:
|
||||||
*width = 370; // original: 370
|
*width = 370;
|
||||||
*height = 402; // original: 470
|
*height = 470;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
LOG_ERROR(Lib_ImeDialog, "Unknown OrbisImeType: {}", (u32)param->type);
|
LOG_ERROR(Lib_ImeDialog, "Unknown OrbisImeType: {}", (u32)param->type);
|
||||||
|
Loading…
Reference in New Issue
Block a user