• !! READ THIS FIRST !!

    Pinned Locked
    1
    41 Votes
    1 Posts
    565k Views
    No one has replied
  • Forum Rules

    Pinned Locked
    1
    17 Votes
    1 Posts
    60k Views
    No one has replied
  • Forum Account deletion

    Pinned
    65
    0 Votes
    65 Posts
    13k Views
    ?

    Please delete my account. Thank you!

  • Useful topics/posts index

    Pinned
    80
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • If one were to install mednafen on retropie...

    4
    0 Votes
    4 Posts
    131 Views
    B

    @jmcdra said in If one were to install mednafen on retropie...:

    I'm also noticing this input delay on RetroArch too

    You should have started from there instead of making it look like a mednafen issue. In the first place, i can hardly make sense of using mednafen standalone to play nes games on rpi4, there are plenty of better options afaik.

    Retroarch has the P+K method to measure input lag, and in my experience the nes cores usually have 0 frames of input lag (i.e. the game reacts at the frame right after pressing a button), there might be exceptions but i doubt it ever goes beyond 1 frame.

    If you are experiencing huge input lag on nes emulation, then i can only suppose something unrelated to emulation is at work here, like display lag or something about your controllers.

  • RetroPie on Ubuntu server 24.02

    2
    0 Votes
    2 Posts
    65 Views
    R

    Please ignore, I did what seemed most simple and plucked the functions I needed from the script and that seems to work.

    #! /bin/bash function enable_plymouth_theme() { if [[ -z "$1" ]]; then echo "--------------------------------------------------------------------------------" echo "| Skipping Plymouth boot splash because no theme name was provided" echo "--------------------------------------------------------------------------------" echo -e "Skipped\n\n" return 255 fi PLYMOUTH_THEME=$1 echo "--------------------------------------------------------------------------------" echo "| Installing Plymouth boot splash and enabling theme '$PLYMOUTH_THEME'" echo "--------------------------------------------------------------------------------" apt-get install -y $APT_RECOMMENDS plymouth plymouth-themes plymouth-x11 rm -rf /tmp/plymouth-themes git clone --depth=1 https://github.com/HerbFargus/plymouth-themes.git /tmp/plymouth-themes mv /tmp/plymouth-themes/* /usr/share/plymouth/themes/ update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/$PLYMOUTH_THEME/$PLYMOUTH_THEME.plymouth 10 update-alternatives --set default.plymouth /usr/share/plymouth/themes/$PLYMOUTH_THEME/$PLYMOUTH_THEME.plymouth update-initramfs -u echo -e "FINISHED enable_plymouth_theme \n\n" sleep 2 } # Hide Boot Messages function hide_boot_messages() { echo "--------------------------------------------------------------------------------" echo "| Hiding boot messages" echo "--------------------------------------------------------------------------------" # Hide kernel messages and blinking cursor via GRUB sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT=".*"/GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vt.global_cursor_default=0"/g' /etc/default/grub update-grub # Hide fsck messages after Plymouth splash echo 'FRAMEBUFFER=y' > /etc/initramfs-tools/conf.d/splash update-initramfs -u # Remove cloud-init to suppress its boot messages apt-get purge cloud-init -y rm -rf /etc/cloud/ /var/lib/cloud/ # Disable motd touch $USER_HOME/.hushlogin chown $USER:$USER $USER_HOME/.hushlogin echo -e "FINISHED hide_boot_messages \n\n" sleep 2 } enable_plymouth_theme "retropie-pacman" # See https://github.com/HerbFargus/plymouth-themes.git for other theme names hide_boot_messages
  • 0 Votes
    9 Posts
    89 Views
    mituM

    Hm, seems like the the hid_nintendo driver has some issues with the 8Bitdo pretending to be a Switch Pro Controller. Thanks for the investigatio and write-up.

    Generally, users use the XInput mode for 8Bitdo Pro(s) and use the hid_xpadneo driver, probably that's why there haven't been so many reports similar to yours.

  • Retropie 4.8.9 and ScummVM at Pi 3

    9
    0 Votes
    9 Posts
    234 Views
    P

    @mitu It doesnt work, but I went back to the start, and restored my working backup image (4.8), copied apart ScummVM folder in \opt\emulators, updated everything to 4.8.9, and restored the ScummVM old folder containing ScummVM 2.6 and it works with all the rest updated :)

    The problem is with ScummVM 2.9 on Pi 3.

  • Mysterious save issues (Zelda SNES)

    10
    0 Votes
    10 Posts
    608 Views
    R

    @retropieuser555 I'm baaaack lol

    Ok, so updating my retropie didn't help with the save game issues. My son was playing some Kirby games, and they were getting erased every day he logged in.

    So, I finally found "resetromdirs" and did it! However, now I have this ...Error after using ResetRomDirs

    Although there's a command line, I can't seem to type anything using the controllers. Any help would be appreciated, thank you!

  • Configure Joystick in Dolphin Standalone?!?!

    4
    0 Votes
    4 Posts
    101 Views
    M

    @mitu It's a gaming mouse and it seems that because it has programmable buttons X11 thinks it's a keyboard. None of the mice I've tested worked. Some only have fwd and bckwd buttons but apparently that's all it takes to confuse X11. Xinput test doesn't register anything, but evtest does. I bought a super basic mouse and will try that out tomorrow.

  • Converting an Xbox 360 Slim

    Moved
    1
    0 Votes
    1 Posts
    44 Views
    No one has replied
  • Retropie games aren't showing...

    2
    0 Votes
    2 Posts
    95 Views
    mituM

    @Rooo7223 said in Retropie games aren't showing...:

    there was absolutely no games preloaded.

    Yes, that's correct and this is how the image works. There are no games included with the image and you need to add your own games to it in order to play games.

    and try to fix it but I really going to do anything. if you do know how to fix this please comment. but i don't feel like going on a emulator website and downloading all the game.

    This is explained in the docs -https://retropie.org.uk/docs/First-Installation/ and https://retropie.org.uk/docs/Transferring-Roms/.

  • Retropie on Raspberry Pi 5

    3
    0 Votes
    3 Posts
    259 Views
  • Retropie setup menu/Runcommand crashing in ES on Ubuntu

    99
    0 Votes
    99 Posts
    15k Views
    mituM

    The fixed libsdl2 package in Ubuntu has been released a couple of week ago, after the bug/regression has been reported last year. If you have used the workaround of installing the RetroPie's SDL2 package, you can now un-pin the package and use the distro's package instead.

    Changelog at https://changelogs.ubuntu.com/changelogs/pool/main/libs/libsdl2/libsdl2_2.30.0+dfsg-1ubuntu3.1/changelog. Even though the fix was added in Jan 2025, the updated package was added to the updates repositories on 29 Apr 2025.

  • Streets of Rage Remake 5.2 on Retropie 4.8.8 Issue

    10
    0 Votes
    10 Posts
    524 Views
    S

    @Azuli said in Streets of Rage Remake 5.2 on Retropie 4.8.8 Issue:

    @ExarKunIv if you mean the "SoRR2" option on retropie extra, it is asking for "libpng12", which I couldn't yet find a way to install on bookworm.

    No, they mean lr-bennugd.

  • DraStic just stopped working for some reason?

    5
    0 Votes
    5 Posts
    90 Views
    A

    @mitu
    ... DraStic doesn't like HDMI1 audio output, only HDMI0 and MAYBE headphone jack. Noted.

  • 4 Votes
    6 Posts
    7k Views
    A

    For anyone running into this and having issues for... Not paying attention to details for whatever reason. (ADD in my case)

    1: ES_SYSTEMS.CFG was not in the opt folder for me, but it is recommended to have it there anyway for alterations, so make a copy of it there.

    sudo cp /etc/emulationstation/es_systems.cfg /opt/retropie/configs/all/emulationstation/es_systems.cfg

    2: the <pi> in the code above is the user name/folder. in my case, the folder is called "retropie" - maybe because it's a custom installation. I needed to change things as follows:

    <system> <name>pico8</name> <fullname>PICO-8</fullname> <path>/home/retropie/pico-8</path> <extension>.sh .p8 .png .SH .P8 .PNG</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 "/home/retropie/pico-8/pico8_dyn -run %ROM%"</command> <platform>pico8</platform> <theme>pico8</theme> </system>

    I also was not able to install wiringpi, but the gamepad worked anyway. I wasn't able to exit it via gamepad yet, but I've been very away from retropie, so I might just be missing something. (also I was using a gamepad/mini keyboard combo, so it wasn't an issue yet.)

  • Vertical waveshare screen glitch

    6
    0 Votes
    6 Posts
    148 Views
    A

    @mitu
    After figuring out I shouldn't be using the 64bit version for this, I got the screen working with sound. Now it's just the usual gambling of installing stuff that's not just roms and emulators in retropie. :v

    Thanks!

  • Philips CD-I Emulation, 2025

    11
    0 Votes
    11 Posts
    190 Views
    P

    @mitu Gotcha. Well, I'm glad it was able to resolve itself either way. I'll keep my discussion to this issue on Folly and DTEAM's thread. I appreciate the help and insight, Mitu. Thank you!

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.