mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
18 lines
No EOL
518 B
INI
18 lines
No EOL
518 B
INI
Name=DPad
|
|
Description=By default the PSP DPad maps to the N64 DPad. Hold Circle to map to the CButtons.
|
|
|
|
[Buttons]
|
|
N64.Start = PSP.Start
|
|
N64.A = PSP.Cross
|
|
N64.B = PSP.Square
|
|
N64.Z = PSP.Triangle
|
|
N64.LTrigger = PSP.LTrigger
|
|
N64.RTrigger = PSP.RTrigger
|
|
N64.Up = !PSP.Circle & PSP.Up
|
|
N64.Down = !PSP.Circle & PSP.Down
|
|
N64.Left = !PSP.Circle & PSP.Left
|
|
N64.Right = !PSP.Circle & PSP.Right
|
|
N64.CUp = PSP.Circle & PSP.Up
|
|
N64.CDown = PSP.Circle & PSP.Down
|
|
N64.CLeft = PSP.Circle & PSP.Left
|
|
N64.CRight = PSP.Circle & PSP.Right |