• Retropie gameboy question

    3
    0 Votes
    3 Posts
    865 Views
    mediamogulM

    @chip

    As long as you stick to systems that use a directional pad and two buttons or less, you shouldn't have any problems whatsoever. Fortunately you have a pretty big variety there with nes, sms, pcengine, gameboy/color, gamegear, ngpc and just about every atari option, as well as a pretty big selection of arcade titles.

  • Mame & usb sound

    2
    0 Votes
    2 Posts
    685 Views
    rbakerR

    @Atomize It's impossible to assist without the information requested in:
    https://retropie.org.uk/forum/topic/3/read-this-first

  • Power Supply Help

    19
    0 Votes
    19 Posts
    5k Views
    CapemanC

    cable extensions wont draw any additional power

  • Removing ._ files from ROM?

    15
    0 Votes
    15 Posts
    17k Views
    T

    You should definitely try the Duplicate Files Deleter Program

  • FM Sound for Master System games...

    5
    0 Votes
    5 Posts
    4k Views
    fabio78F

    Here's a list off all games that support FM sound:
    http://segaretro.org/FM_Sound_Unit

  • Game titles with (USA), (Japan), (Beta), etc

    4
    0 Votes
    4 Posts
    2k Views
    E

    I think it depends on which scraper you use. The build in scraper doesn't care about countrys when using thegamesdb as source (because thegamesdb doesn't have multiple variations of covers).
    Universal XML Scraper has that feature but i believe it depends on a setting in the tool what cover to scrape and not the filename. In UXS you can also select if you want plain gamenames or have (USA) etc included.
    And i have no idea what sselphs can do.

  • 0 Votes
    4 Posts
    3k Views
    H

    Thanks for the reply. I just tried with a second controller, but while the SteelSeries controller is connected it seems to affect all other inputs. I can't seem to control anything until I disconnect the SteelSeries one.

    The only controllers that I have been able to get working are the keyboard, and a wired controller. My goal was to get a pair of bluetooth controllers working, I just haven't had much luck yet.

  • 0 Votes
    6 Posts
    3k Views
    A

    Can you post commands used to mount external USB HDD. I'm running roms off usb and made folder structure on USB. /home/pi/RetroPie/roms/atari2600/images but retropie doesn't use them. So I assume it must be that I didn't mount it.

  • Adding emulators, not working.

    3
    0 Votes
    3 Posts
    1k Views
    A

    thank you, I will do that! I appreciate your response.

  • Retropie doesn't mount USB drive

    2
    0 Votes
    2 Posts
    6k Views
    C

    Mounting manually to:
    "sudo mount /dev/sda1 /media/usb" (instead of usb0)
    and restarting emulationstation doesn't trigger USB ROM Service as well.

    Also checked other pen drive. Same issue. Checked same raspberry pi with other OS on other card (OSMC). No issue. It's strictly Retropie OS issue!

  • Amount of space left after retropie install?

    5
    0 Votes
    5 Posts
    2k Views
    P

    Thanks for the help guys! I ran the df -h and it looks like I have 27 gigs left if im reading it correctly and moving the games over by usb drive worked like a charm.

  • Retropie 3.7 - WiFi network not listed

    16
    0 Votes
    16 Posts
    16k Views
    M

    Had the exact same issues.
    Tried switching my keyboard settings. Tried the WiFikey.txt file. Tried switching to a higher power power supply. All to no avail.
    Also flashed raspbian to my 'Zero W'... Same problems "no network adapters found". What started to ring bells was that also the Bluetooth adapter wasn't found.

    alt text

    Thanks for sending me the wrong thing www.kiwi-electronics.nl
    FML, that was one perfectly good Friday eve wasted. ;)

  • Emulation Station - Launch windows game + additional exe

    11
    0 Votes
    11 Posts
    11k Views
    herb_fargusH

    @makaveeti glad you got it sorted :)

  • 0 Votes
    2 Posts
    742 Views
    fnkngrvF

    did anyone ever provide some type of response to this or has anything been identified?

  • Keyboard works only once in menus after reboot.

    10
    0 Votes
    10 Posts
    2k Views
    S

    @edmaul69 Any work-around?

  • ON/OFF Button without using GPIO's?

    17
    0 Votes
    17 Posts
    5k Views
    funkybunchF

    @arkive thanks. Good to hear that is not a general problem. I ask for a new one.

  • Retroarch mapping question - DPAD for left analog stick

    1
    0 Votes
    1 Posts
    598 Views
    No one has replied
  • Can not connect to Retropie Manager (Connection refused)

    12
    0 Votes
    12 Posts
    6k Views
    B

    I uncommented it and set the rights as you advised:

    pi@raspberrypi:~ $ cat /etc/rc.local

    #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. #hciconfig hci0 up #hciconfig hci0 pscan "/opt/retropie/supplementary/retropie-manager/rpmanager.sh" --start --user pi 2>&1 > /dev/shm/rpmanager.log & exit 0 Result: pi@raspberrypi:~ $ /opt/retropie/supplementary/retropie-manager/rpmanager.sh --isrunning RetroPie-Manager is not running Sad.....
  • Adding RetroFE: emulator launches behind the front-end

    11
    0 Votes
    11 Posts
    3k Views
    P

    @pjft said in Adding RetroFE: emulator launches behind the front-end:

    @phulshof Sounds good.

    Can you manage your way around the ES code?

    What you're looking for may start on the Window class (init and deinit functions). I imagine it'll then go to the Renderer code as well, but that's probably the best place to start. :)

    Yes, thanks, that's no problem. :) I'm used to searching through large amounts of code, and ES is well structured, so it wasn't too hard. My main problem is the enormous amount of textures RetroFE leaves on the stack, so I have to unload it all, and then reload it when the game returns. I'm not yet sure what impact that will have on performance.

  • 0 Votes
    4 Posts
    18k Views
    meleuM

    @the-owner

    In game I cannot push two button simultaneously

    The problem seems to be that you didn't turn on the ipega with X+Home and it's conflicting with your keyboard. Does this problem happen in other emulators?

    I have no button to quit the game to main menu.
    Firstly, Is it possible to take a combination of button and how is it coded ?

    The default is start+select.

    Secondly, maybe there is a line to add in "/opt/retropie/configs/all/retroarch-joypads/CONTROLLER-NAME.cfg" in order to add this action (quit a game to main menu) ?

    That config file affect RetroArch only and the quit option is already there (default is start+select). I don't know how to config input for N64...

    EDIT: check the docs and you'll find valuable info.

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.