hyell
Participant
Post count: 2

Hello,

If you want, you can use a “dirty” solution.

Download source here : https://github.com/RetroPie/reicast-emulator
and change this file :
reicast-emulator-master\core\hw\maple\maple_cfg.cpp
At the end of file you got a function : mcfg_CreateDevices
just add one line to create a second controller
mcfg_Create(MDT_SegaController,1,5);

Recompile all and replace your executable reicast file.(Save it first)
(/opt/retropie/emulators/reicast/bin/reicast by /usr/local/bin/reicast)

I just test it, and it’s ok.
(Raspberry PI 3 with xbox 360 controller and wiimote. Test with Soulcalibur)