mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
rsx: add boost mode shortcut
This commit is contained in:
parent
7801e8368b
commit
93e7988df7
4 changed files with 13 additions and 1 deletions
|
|
@ -299,6 +299,7 @@ void keyboard_pad_handler::processKeyEvent(QKeyEvent* event, bool pressed)
|
|||
case Qt::Key_S:
|
||||
case Qt::Key_R:
|
||||
case Qt::Key_E:
|
||||
case Qt::Key_0:
|
||||
if (event->modifiers() != Qt::ControlModifier)
|
||||
handle_key();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue