Stop always selecting the first char in OSK.

This commit is contained in:
Unknown W. Brackets 2012-12-23 09:23:01 -08:00
parent c89c46cbf9
commit bfcf6e3aca

View File

@ -86,6 +86,9 @@ int PSPOskDialog::Init(u32 oskPtr)
return -1;
}
// Eat any keys pressed before the dialog inited.
__CtrlReadLatch();
return 0;
}