Skip to content

Commit 4e71aa1

Browse files
committed
corrected button mapping for NGP, gnuboy launched in mono (sound)
1 parent d7a8d0c commit 4e71aa1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

FunKey/board/funkey/rootfs-overlay/usr/games/launchers/gb_launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Launch the process in background, record the PID into a file, wait
44
# for the process to terminate and erase the recorded PID
5-
sdlgnuboy --syncrtc "$1"&
5+
sdlgnuboy --syncrtc --stereo=0 "$1"&
66
record_pid $!
77
wait $!
88
erase_pid

FunKey/board/funkey/rootfs-overlay/usr/games/mednafen-09x.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3021,10 +3021,10 @@ ngp.enable 1
30213021
ngp.forcemono 1
30223022

30233023
;ngp, Built-In, Gamepad: A
3024-
ngp.input.builtin.gamepad.a keyboard 97
3024+
ngp.input.builtin.gamepad.a keyboard 98~keyboard 120
30253025

30263026
;ngp, Built-In, Gamepad: B
3027-
ngp.input.builtin.gamepad.b keyboard 98
3027+
ngp.input.builtin.gamepad.b keyboard 97~keyboard 121
30283028

30293029
;ngp, Built-In, Gamepad: DOWN ↓
30303030
ngp.input.builtin.gamepad.down keyboard 100

FunKey/package/commander/commander.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# commander
44
#
55
#############################################################
6-
COMMANDER_VERSION = commander-FunKey-1.0.0
6+
COMMANDER_VERSION = commander-FunKey-1.0.1
77
COMMANDER_SITE_METHOD = git
88
COMMANDER_SITE = https://github.com/FunKey-Project/commander.git
99
COMMANDER_LICENSE = GPL-2.0

FunKey/package/gmenu2x/gmenu2x.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# gmenu2x
44
#
55
#############################################################
6-
GMENU2X_VERSION = gmenu2x-FunKey-1.0.1
6+
GMENU2X_VERSION = gmenu2x-FunKey-1.0.2
77
GMENU2X_SITE_METHOD = git
88
GMENU2X_SITE = https://github.com/FunKey-Project/gmenu2x.git
99
GMENU2X_LICENSE = GPL-2.0

FunKey/package/picodrive/picodrive.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
PICODRIVE_VERSION = picodrive-FunKey-1.2.0
7+
PICODRIVE_VERSION = picodrive-FunKey-1.2.1
88
PICODRIVE_SITE_METHOD = git
99
PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive.git
1010
PICODRIVE_LICENSE = MAME

0 commit comments

Comments
 (0)