Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Change config for GBA Emulator? › Reply To: Change config for GBA Emulator?
08/11/2013 at 02:51
#2642
Inactive
You can use Putty to ssh into the Pi or do it directly (which you should since you need to configure it).
-F4 to get to the terminal
-Type this:
cd /home/pi/RetroPie/emulators/gpsp/raspberrypi
-Hit enter
-Type:
sudo ./gpsp
-Hit enter
You should be in. Try to learn a little about various commands such as cd, sudo, cp, ./ and ~/ (hint: that last one replaces /home/pi in this case)