corrected button mapping for NGP, gnuboy launched in mono (sound)

This commit is contained in:
Vincent-FK 2021-03-12 01:51:16 +01:00
parent d7a8d0c6ac
commit 4e71aa1eca
5 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Launch the process in background, record the PID into a file, wait # Launch the process in background, record the PID into a file, wait
# for the process to terminate and erase the recorded PID # for the process to terminate and erase the recorded PID
sdlgnuboy --syncrtc "$1"& sdlgnuboy --syncrtc --stereo=0 "$1"&
record_pid $! record_pid $!
wait $! wait $!
erase_pid erase_pid

View File

@ -3021,10 +3021,10 @@ ngp.enable 1
ngp.forcemono 1 ngp.forcemono 1
;ngp, Built-In, Gamepad: A ;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, 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, Built-In, Gamepad: DOWN ↓
ngp.input.builtin.gamepad.down keyboard 100 ngp.input.builtin.gamepad.down keyboard 100

View File

@ -3,7 +3,7 @@
# commander # commander
# #
############################################################# #############################################################
COMMANDER_VERSION = commander-FunKey-1.0.0 COMMANDER_VERSION = commander-FunKey-1.0.1
COMMANDER_SITE_METHOD = git COMMANDER_SITE_METHOD = git
COMMANDER_SITE = https://github.com/FunKey-Project/commander.git COMMANDER_SITE = https://github.com/FunKey-Project/commander.git
COMMANDER_LICENSE = GPL-2.0 COMMANDER_LICENSE = GPL-2.0

View File

@ -3,7 +3,7 @@
# gmenu2x # gmenu2x
# #
############################################################# #############################################################
GMENU2X_VERSION = gmenu2x-FunKey-1.0.1 GMENU2X_VERSION = gmenu2x-FunKey-1.0.2
GMENU2X_SITE_METHOD = git GMENU2X_SITE_METHOD = git
GMENU2X_SITE = https://github.com/FunKey-Project/gmenu2x.git GMENU2X_SITE = https://github.com/FunKey-Project/gmenu2x.git
GMENU2X_LICENSE = GPL-2.0 GMENU2X_LICENSE = GPL-2.0

View File

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
PICODRIVE_VERSION = picodrive-FunKey-1.2.0 PICODRIVE_VERSION = picodrive-FunKey-1.2.1
PICODRIVE_SITE_METHOD = git PICODRIVE_SITE_METHOD = git
PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive.git PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive.git
PICODRIVE_LICENSE = MAME PICODRIVE_LICENSE = MAME