Version: 2508.3 GOLDEN GOOSE
Build ID: 4f83d826
Device: RG40XX-H
The Dpad is not working in the Mupen64plus Standalone N64 Core.
Tested it with games, that need the D-Pad (Pokemon Stadium 1+2 (U) and (E) , Kirby 64 (u) and (E) )
inputautocfg.ini looks alright (i just found a symlink in /opt/muos/share/emulator/mupen64plus/configs/ so i can´t copy it to the sd with the internal fileexplorer. Don´t know where the file is located)
Checked for inputautocfg.ini because in ark os for example, the control config for mupen64plus.cfg is always overwritten with the buttons specified in inputautocfg.ini
The Dpad is working fine in other emulators (also in the retroarch mupen, but i don´t want to use it, because the performance is worse than in mupen standalone)
located at
/opt/muos/share/emulator/mupen64plus/configs/
you have to change
[muOS-Keys]
plugged = True
plugin = 2
mouse = False
AnalogDeadzone = “328,328”
AnalogPeak = “32768,32768”
DPad R = “hat(0 Right)”
DPad L = “hat(0 Left)”
DPad D = “hat(0 Down)”
DPad U = “hat(0 Up)”
B Button = “button(5)”
A Button = “button(4)”
C Button R = “axis(2+) button(14)”
C Button L = “axis(2-) button(6)”
C Button D = “axis(3+) button(3)”
C Button U = “axis(3-) button(9)”
Start = “button(10)”
Z Trig = “button(13)”
L Trig = “button(7)”
R Trig = “button(8)”
X Axis = “axis(0-, 0+)”
Y Axis = “axis(1-, 1+)”
Mempak switch = “”
Rumblepak switch = “”
to
[muOS-Keys]
plugged = True
plugin = 2
mouse = False
AnalogDeadzone = 328,328
AnalogPeak = 32768,32768
DPad R = hat(0 Right)
DPad L = hat(0 Left)
DPad D = hat(0 Down)
DPad U = hat(0 Up)
B Button = button(5)
A Button = button(4)
C Button R = axis(2+) button(14)
C Button L = axis(2-) button(6)
C Button D = axis(3+) button(3)
C Button U = axis(3-) button(9)
Start = button(10)
Z Trig = button(13)
L Trig = button(7)
R Trig = button(8)
X Axis = axis(0-, 0+)
Y Axis = axis(1-, 1+)
Mempak switch = “”
Rumblepak switch = “”
the ““ were too much it seems. (i looked at the other mapped devices in Default-InputAutoCfg.ini and all of them, except muos-keys and the trimui device, had no “ before and after the button names, so i tried that)