Fixed Megadrive/Genesis emulation in arpicade 4.3.1

Installing ARpiCADE for the first time? Having issues? Check here first for solutions and tips on installing.

Moderator: dee2eR

Post Reply
Macs
Community Member
Community Member
Posts: 23
Joined: Wed Nov 03, 2021 8:52 pm

Fixed Megadrive/Genesis emulation in arpicade 4.3.1

Post by Macs » Sat Dec 04, 2021 5:35 pm

Hi I post this here as I managed to fix the launch of megadrive/genesis emulation on the arpicade 4.3.1

first this is to modify /home/pi/.config/retroarch/picodrive.cfg
and set:

Code: Select all

input_driver = "x"
instead of linuxraw

then go modify /boot/launchers/megadrive.sh
adding a doble quotes to the $2 argument at the launch of the emulator so it will pick up also roms that contains spaces in the name:

Code: Select all

/home/pi/.config/retroarch/bin/retroarch -L /home/pi/.config/retroarch/cores/lr-picodrive/picodrive_libretro.so -c /home/pi/.config/retroarch/picodrive.cfg --appendconfig /home/pi/.config/retroarch/aconfig/$aconfig.cfg $1"$2"

Post Reply