mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
OSK/overlays: fix initial input interception
Don't use default interception if we already intercept with custom params.
This commit is contained in:
parent
c8700dd246
commit
3183d73e4d
8 changed files with 13 additions and 7 deletions
|
|
@ -533,7 +533,7 @@ error_code cellOskDialogLoadAsync(u32 container, vm::ptr<CellOskDialogParam> dia
|
|||
|
||||
Emu.CallFromMainThread([=, &result, &info]()
|
||||
{
|
||||
osk->Create(get_localized_string(localized_string_id::CELL_OSK_DIALOG_TITLE), message, osk->osk_text, maxLength, prohibitFlgs, allowOskPanelFlg, firstViewPanel, info.base_color.load(), info.dimmer_enabled.load());
|
||||
osk->Create(get_localized_string(localized_string_id::CELL_OSK_DIALOG_TITLE), message, osk->osk_text, maxLength, prohibitFlgs, allowOskPanelFlg, firstViewPanel, info.base_color.load(), info.dimmer_enabled.load(), false);
|
||||
result = true;
|
||||
result.notify_one();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue