Build Your Own Arcade Controls Forum
Main => Raspberry Pi & Dev Board => Topic started by: UFO on August 29, 2016, 03:53:07 pm
-
Hi all,
Been doing some Google searching on this with mixed answers. Some say it is possible, but don't indicate how, and some say it's not.
Say I wanted to boot directly into a single game when the emulator boots up or is switched on. Is this possible with the Pi?
Thanks all...
-
Yea it's possible and not to hard but you will need to learn the language which is super easy to memorize and have some basic compiling skills.
Adafruit has a few good tutorials on all this just google raspberry Pi handheld game emulator and start reading. With the adafruit retro game thingy you can pretty much get it to any thing you want.
-
https://www.raspberrypi.org/documentation/linux/usage/rc-local.md (https://www.raspberrypi.org/documentation/linux/usage/rc-local.md)
That article will show you where to put the command.
The command to use will depend on the exact setup you have. Figure out what you need to type to run the game from the command line. Then put that exact command into the rc.local file.
-
Thanks chaps, that's fantastic.
-
This is what I used works a treat and is easy to setup
https://retropie.org.uk/forum/topic/2357/boot-directly-to-mame-rom (https://retropie.org.uk/forum/topic/2357/boot-directly-to-mame-rom)
cheers
-
This is what I used works a treat and is easy to setup
https://retropie.org.uk/forum/topic/2357/boot-directly-to-mame-rom (https://retropie.org.uk/forum/topic/2357/boot-directly-to-mame-rom)
cheers
Nice one ... Thanks buddy ...
-
That article confuses the hell out of me. Why would you use EmulationStation if you were building a single game cab? Seems like a LOT of wasted boot time and overhead that doesn't need to be there.
-
That article confuses the hell out of me. Why would you use EmulationStation if you were building a single game cab? Seems like a LOT of wasted boot time and overhead that doesn't need to be there.
My thoughts would be that emulationstation has a great gui to setup various parts of the system inc controller setup, most people would hate to do that via the command line.