• Sound issues on RetroPie on NOOBs vs Berryboot

    3
    0 Votes
    3 Posts
    1k Views
    tribunal88T

    Mystery solved (for me anyway). Add the following to /etc/rc.local:

    echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
    echo ondemand > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
    echo ondemand > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor

    Found the fix here:
    https://github.com/RetroPie/RetroPie-Setup/issues/1251

  • MAME Issues - RetroPie - Can't get games to work.

    7
    0 Votes
    7 Posts
    10k Views
    jamrom2J

    MAME is up to .0173 now. I threw in the towel around .145.

    I have 3 MAME cabinets, each running the same ROMset. 2 uprights, and 1 cafe.
    It just got to a point that I didn't see a reason to upgrade anymore. I only run retro stuff anyway, all games from the 80's and early 90's. After a while, they all start to look the same. How many clones can you have of one game?

    JR

  • Is there a way to connect and program a master reset button for all emus?

    1
    0 Votes
    1 Posts
    589 Views
    No one has replied
  • NeoGeo - Pulstar, Andro Dunos, Puzzle Bobble don't start.

    5
    0 Votes
    5 Posts
    2k Views
    O

    Thank you for the help, much appreciated.

  • Resizing Filesystem Hanging on First Time USB Boot.

    2
    0 Votes
    2 Posts
    1k Views
    B

    Looks like I just have to install everything Retropie manually.

  • Raspian on Retropie?

    2
    0 Votes
    2 Posts
    628 Views
    herb_fargusH

    @Cole_48 RetroPie is already built on raspbian.

    This is what you're looking for:

    https://github.com/RetroPie/RetroPie-Setup/wiki/FAQ#where-did-the-desktop-go

  • Create custom retropie Image

    10
    0 Votes
    10 Posts
    11k Views
    meleuM

    When using dd you must allways remember the classic uncle Ben's quotation. ;)

  • FBA-Next Help.

    5
    0 Votes
    5 Posts
    1k Views
    CharcoC

    @bagheera369 Glad you got it working :)

  • Sound stutter on Minish Cap (GBA) on RPI2

    5
    0 Votes
    5 Posts
    3k Views
    TwoGuidosGamingT

    @Arcuza navigate to samba shares configs\gba\retroarch.cfg
    add this line to the top
    audio_out_rate = 22000
    make sure its above this line of text...

    Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

    This should only affect the gameboyadvance emulator
    if you want it for all emulators you have to navigate to /opt/retropie/configs/all/retroarch.cfg (i use filezilla for this) or ssh into it
    Not sure but i think this is how to do it, if someone else can confirm

  • Sound in mame space invaders

    2
    0 Votes
    2 Posts
    3k Views
    dankcushionsD

    if you're using lr-mame2003, update to the latest version via retreopie-setup > install individual emualtors, and follow this https://github.com/RetroPie/RetroPie-Setup/wiki/lr-mame2003#samples

  • Help with wifi issue

    3
    0 Votes
    3 Posts
    950 Views
    TheStrayMongrelT

    @chavatar Thanks very much mate, got it sorted. Connection was all good was just using the wrong port number thinking it was meant to be same as the last two numbers in the IP address. Silly me.

    Cheers for the help :)

  • GBA not working after Bios install

    3
    0 Votes
    3 Posts
    11k Views
    C

    The second link worked. The preset Emulator wasn't working, I changed it and all is good.

    Thanks

  • Using multiple controllers for n64 and SNES

    1
    0 Votes
    1 Posts
    614 Views
    No one has replied
  • USB Controller player order

    12
    0 Votes
    12 Posts
    19k Views
    RionR

    @herb_fargus said in USB Controller player order:

    we really need to add it as an option to the configuration editor tbh

    Yes please :)

  • ps2 emulation??

    3
    0 Votes
    3 Posts
    6k Views
    mediamogulM

    Although the ps2 shares the commonality of having a 64-bit processor like the Rpi3, there is quite a bit more to emulation than surface similarities. For instance, one general rule that has seen few exceptions is that a machine intending to emulate another machine should be in the neighborhood of four times faster than the original. Even then, there are still circumstances that would prohibit proper emulation. At this point in time, the Rpi is just not fast enough and is unlikely to be fast enough for quite a few updates yet to come.

  • Wireless Xbox One Controller

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Retropie with two 8bitdo controllers but...

    2
    0 Votes
    2 Posts
    2k Views
    D

    Of course, I can set the Zero to Player 2 mode with Start + B + R. That's sorted it.

  • 0 Votes
    3 Posts
    3k Views
    M

    I have fixed it just uninstalling and installing again sixad (PS3 controller) in RetroPie-Setup script and adding a systemd service:

    sudo nano /etc/systemd/system/sixad-start.service

    ##########
    [Unit]
    Description=Sixad start service
    After=network.target

    [Service]
    Type=oneshot
    ExecStart=/usr/bin/sixad -s 2>&1 > /dev/null
    ExecStop=killall sixad
    RemainAfterExit=yes
    User=root
    Group=root

    [Install]
    WantedBy=multi-user.target
    ##########

    Then:
    sudo systemctl daemon-reload
    sudo systemctl enable sixad-start.service
    sudo reboot

    It also works plugin the bluetooth device.

  • MAME - switching off auto-centre?

    3
    1 Votes
    3 Posts
    1k Views
    PingSpikeP

    I'll have to try this as it really annoys me too :)

  • After recent update of Binaries network stops

    4
    0 Votes
    4 Posts
    1k Views
    D

    I had this, the interfaces were set to manual.

    edit the /etc/network/interfaces file.

    Later,
    dabone

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.