mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix F3
This commit is contained in:
parent
a793688005
commit
7e5a68ab16
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ int KeyboardDevice::UpdateState(InputState &input_state) {
|
|||
switch (key_pad_map[i + 1]) {
|
||||
case PAD_BUTTON_MENU:
|
||||
case PAD_BUTTON_BACK:
|
||||
case PAD_BUTTON_LEFT_THUMB:
|
||||
case PAD_BUTTON_RIGHT_THUMB:
|
||||
input_state.pad_buttons |= key_pad_map[i + 1];
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue