Start into Vice?
-
Is it possible to set up RetroPie so that it starts the Commodore 64 emulator when the system starts?
Thanks
-
Though I haven't tested it since v4 of RetroPie, if you turn off autostart of Emulation Station (in retropie-setup, configuration), you can add the below to the end of /etc/profile
if [ $(tty) == /dev/tty1 ]; then
opt/retropie/emulators/vice/bin/x64 -chdir /home/pi/RetroPie/roms/c64
fiThis is assuming you've added Vice in as it's not there by default anymore.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.