Skip to content

Commit

Permalink
init IME
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Jun 10, 2024
1 parent e4241e8 commit 228e9c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ s32 main(s32 argc, const char* argv[])
}

// Load MsgDialog
if (sceSysmoduleLoadModule(ORBIS_SYSMODULE_MESSAGE_DIALOG) < 0)
if (sceSysmoduleLoadModule(ORBIS_SYSMODULE_MESSAGE_DIALOG) < 0 ||
sceSysmoduleLoadModule(ORBIS_SYSMODULE_IME_DIALOG) < 0)
{
LOG("Failed to load dialog!");
return (-1);
Expand Down

0 comments on commit 228e9c4

Please sign in to comment.