mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 04:14:35 +00:00
overlays: fix enter button assignment in osk
This commit is contained in:
parent
e0005ec347
commit
aa7eb1536a
@ -375,26 +375,12 @@ namespace rsx
|
||||
}
|
||||
case pad_button::cross:
|
||||
{
|
||||
if (g_cfg.sys.enter_button_assignment != enter_button_assign::circle)
|
||||
{
|
||||
on_accept();
|
||||
}
|
||||
else
|
||||
{
|
||||
Close(false);
|
||||
}
|
||||
on_accept();
|
||||
break;
|
||||
}
|
||||
case pad_button::circle:
|
||||
{
|
||||
if (g_cfg.sys.enter_button_assignment == enter_button_assign::circle)
|
||||
{
|
||||
on_accept();
|
||||
}
|
||||
else
|
||||
{
|
||||
Close(false);
|
||||
}
|
||||
Close(false);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user