Skip to content

Commit

Permalink
RK3566: ppsspp: update mappings
Browse files Browse the repository at this point in the history
* Swap Circle and cross to be proper
* add combo mappings for load/save states
* LOAD SELECT + L2 
* SAVE SELECT + R2
  • Loading branch information
ananjaser1211 authored Apr 28, 2024
1 parent 715e82b commit bbcfb4f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Up = 10-19
Down = 10-20
Left = 10-21
Right = 10-22
Circle = 10-189
Cross = 10-190
Circle = 10-190
Cross = 10-189
Square = 10-188
Triangle = 10-191
Start = 10-197
Expand All @@ -16,3 +16,5 @@ An.Down = 10-4002
An.Left = 10-4001
An.Right = 10-4000
Pause = 10-4,10-106
Save State = 10-196:10-4010
Load State = 10-196:10-4008

0 comments on commit bbcfb4f

Please sign in to comment.