Emulator support on ARpiCADE.

General chit-chat about what's hot and not in the land of emulated video games.

Moderator: dee2eR

Post Reply
CryptoCurrencymic
Observer
Observer
Posts: 1
Joined: Wed Mar 06, 2024 3:24 am
Location: https://cutt.ly/pwBLE09s
Contact:

Emulator support on ARpiCADE.

Post by CryptoCurrencymic » Sat Apr 13, 2024 7:50 am

Is it possible to create custom emulators for ARpiCADE that aren't already included in the system, and if so, what is the process for adding them?

dee2eR
Inventor
Inventor
Posts: 1868
Joined: Tue Aug 22, 2017 2:07 pm

Re: Emulator support on ARpiCADE.

Post by dee2eR » Tue Apr 16, 2024 3:37 am

Hi,
at the most basic level all you need is to copy some software that is built for whichever Pi version you're using to the ARpiCADE SD card and point Attract-Mode at the relevant directories and exes (can be done from inside Attract-Modes menus). Often software built for other RaspiOS based images (eg. RetroPie) will be compatible as long as you have all the necesary system library files installed on ARpiCADE.

I like to make a launcher script to call from Attract-Mode rather than the binaries directly as it gives me control over res switching, hotkeys, etc. If you have a look at the launcher scripts in /boot/launchers/ you should be able to figure out the logic, some are more complex than others so have a look at a few of them if the first you look at is confusing. Strictly a launcher script is not needed but can be worth doing, depending on what you're trying to do.

Post Reply