mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
SaveState: Allow rewind on mobile.
It's in the settings, so it should work. Mobile devices have a lot more RAM than they did 7 years ago.
This commit is contained in:
+1
-1
@@ -681,9 +681,9 @@ const KeyMap_IntStrPair psp_button_names[] = {
|
||||
{VIRTKEY_PAUSE, "Pause"},
|
||||
#ifndef MOBILE_DEVICE
|
||||
{VIRTKEY_FRAME_ADVANCE, "Frame Advance"},
|
||||
{VIRTKEY_REWIND, "Rewind"},
|
||||
{VIRTKEY_RECORD, "Audio/Video Recording" },
|
||||
#endif
|
||||
{VIRTKEY_REWIND, "Rewind"},
|
||||
{VIRTKEY_SAVE_STATE, "Save State"},
|
||||
{VIRTKEY_LOAD_STATE, "Load State"},
|
||||
{VIRTKEY_NEXT_SLOT, "Next Slot"},
|
||||
|
||||
Reference in New Issue
Block a user