mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-27 08:12:33 +00:00
Hide Frame Advance from mobile devices
This commit is contained in:
parent
f090551c2a
commit
8c96e92199
@ -672,8 +672,8 @@ const KeyMap_IntStrPair psp_button_names[] = {
|
||||
{VIRTKEY_UNTHROTTLE, "Unthrottle"},
|
||||
{VIRTKEY_SPEED_TOGGLE, "SpeedToggle"},
|
||||
{VIRTKEY_PAUSE, "Pause"},
|
||||
{VIRTKEY_FRAME_ADVANCE, "Frame Advance"},
|
||||
#ifndef MOBILE_DEVICE
|
||||
{VIRTKEY_FRAME_ADVANCE, "Frame Advance"},
|
||||
{VIRTKEY_REWIND, "Rewind"},
|
||||
#endif
|
||||
{VIRTKEY_SAVE_STATE, "Save State"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user