Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Specify Controller per Emulator? #112428
    Localhorst86
    Participant

    how (what Linux command do I need to execute) do I find out what indexes my controllers have been assigned when I am using a USB hub connected to my pi?

    in reply to: Seperate controllers for each emulator #112059
    Localhorst86
    Participant

    I’d like to know this as well. Does anyone have an idea?

    in reply to: How to run from USB (the best method) #111790
    Localhorst86
    Participant

    I just set retropie up as well, I am using a regular 8Gb SD Card to boot the system. Obviously, that is way too little to store all the systems I want, so I decided to use a spare 32Gb Pendrive i had lying around.

    I found the most simple way to do this would be to simply let the folder “roms” point to my usb stick instead using a soft link. This has the advantage of the default es_systems.cfg being left untouched, when you update retropie using the setup script it’ll revert to the default cfg file, forcing you to manually edit your cfg again. but by soft linking /media/usb to ~/RetroPie/roms, the roms are now in the correct place for RetroPie to find them.

    For me, I simply formated the pen drive to use the ext4 filesystem (Retropie would not load roms from the drive if it was formated as FAT32) using the command ‘sudo mkfs.ext4 /dev/sda’ and correcting the permisions afterwards (sudo chmod -R 777 /media/usb). I then moved the folder ~/RetroPie/roms to /media/usb (sudo mv ~/RetroPie/roms /media/usb) and created a soft link to the correct place (sudo ln -s /media/usb/roms ~/RetroPie) and tested a few games. Everything works just fine.

Viewing 3 posts - 1 through 3 (of 3 total)