mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
corrected button mapping for NGP, gnuboy launched in mono (sound)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Launch the process in background, record the PID into a file, wait
|
||||
# for the process to terminate and erase the recorded PID
|
||||
sdlgnuboy --syncrtc "$1"&
|
||||
sdlgnuboy --syncrtc --stereo=0 "$1"&
|
||||
record_pid $!
|
||||
wait $!
|
||||
erase_pid
|
||||
|
||||
@@ -3021,10 +3021,10 @@ ngp.enable 1
|
||||
ngp.forcemono 1
|
||||
|
||||
;ngp, Built-In, Gamepad: A
|
||||
ngp.input.builtin.gamepad.a keyboard 97
|
||||
ngp.input.builtin.gamepad.a keyboard 98~keyboard 120
|
||||
|
||||
;ngp, Built-In, Gamepad: B
|
||||
ngp.input.builtin.gamepad.b keyboard 98
|
||||
ngp.input.builtin.gamepad.b keyboard 97~keyboard 121
|
||||
|
||||
;ngp, Built-In, Gamepad: DOWN ↓
|
||||
ngp.input.builtin.gamepad.down keyboard 100
|
||||
|
||||
Reference in New Issue
Block a user