• game and watch and jaguar now showing in 4.6

    23
    0 Votes
    23 Posts
    4k Views
    Buckey JawB

    @mitu es_configs I restored the backed up version and it’s booting again

  • Almost There!!! Just one more bug...

    5
    0 Votes
    5 Posts
    436 Views
    R

    @wmarcio how do i access the file through the terminal?

  • Streets of rage remake install help

    45
    1 Votes
    45 Posts
    26k Views
    Z

    For other SORMaker games, you just need to copy them into the mods folder but make sure the folder name for each game is written in lowercase letters. It seems like a quirk of the game engine that it always assumes it's running on a case insenstive file system, so it always loads mods by using the lowercase name.

  • compile on powerpc iMac G5

    3
    0 Votes
    3 Posts
    637 Views
    B

    @sade even if you manage to build emulators, expect crash and/or black screen nearly everywhere, most emulators provide no support or only partial support for big-endian cpus

  • Neo Geo Black Screen

    6
    0 Votes
    6 Posts
    769 Views
    B

    @UberLumby seems like the usual incomplete neogeo.zip issue

  • 0 Votes
    3 Posts
    673 Views
    E

    @ReadyPlayaWon

    Thank you for your advice ReadyPlayawon

    I actually do already have the Dreamcast version loaded in my Pi , I just wanted to try the Naomi version due to I have never played the arcade version and sometimes there are little things here and there they may have changed or become different

    Just something about the Arcade version games I enjoy better , possibly because the infinite amount of credits by coins possible , or the service menus to change the lives , difficulty and such .. I don't know for sure ... Call me weird I guess

    I do enjoy your input and advice , Thank you for that

    Maby this version on Flycast is a bit wonky and needs more configuration within the core itself by the developers

  • Sega Naomi with BeetleDC

    15
    0 Votes
    15 Posts
    4k Views
    DTEAMD

    @retropieuser555

    MAME 0.154 or more recent (for Bios)
    Roms : Latest
    see:
    https://docs.libretro.com/library/flycast/
    and (french)
    https://recalbox.gitbook.io/documentation/v/francais/emulateurs/arcade/naomi/libretro-flycast

    to know if GD-Rom (.chd file + .zip file ) or Cartridge (.7z or .zip only)
    https://wiki.arcadeotaku.com/w/Sega_NAOMI#Game_List

    (Naomi) Compatibility list
    https://github.com/libretro/flycast/issues/136

    To complete the machine setup with the infos above

    emulators.cfg

    lr-flycast = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-flycast/flycast_libretro.so </dev/null --config /opt/retropie/configs/naomi/retroarch.cfg %ROM%" default = "lr-flycast"

    retroarch.cfg

    # Settings made here will only override settings in the global retroarch.cfg if placed above the #include line input_remapping_directory = "/opt/retropie/configs/naomi/" #include "/opt/retropie/configs/all/retroarch.cfg"
  • Emulation Station List Scroll drifting?

    8
    1 Votes
    8 Posts
    2k Views
    M

    I've experienced this as well.

  • Playstation memorycard

    Moved
    10
    0 Votes
    10 Posts
    3k Views
    mituM

    @sainerd You might have chosen the wrong forum to ask this question - this forum is for RetroPie related topics; this particular topic is about emulation of a memory card by a Playstation 1 emulator and transferring save data from a PS1 memory card to a file to be used by the emulator.

  • Scraped Image/Video Not showing for Arcade

    2
    0 Votes
    2 Posts
    376 Views
    C

    Disregard. I figured out the issue. I originally downloaded a Romset and it had a Gamelist included. So I guess if a gamelist is already in the rom folder, it ignores the one in config.

    Sorry for the inconvenience.

  • 0 Votes
    2 Posts
    350 Views
    S

    correction:

    File "/home/pi/RetroPie/splashscreens/video/pistation.mp4" not found.

    not sure why a "space" appeared the initial log dump

  • lr-puae using a mouse

    2
    0 Votes
    2 Posts
    522 Views
    Y

    Not sure if it solves your problem but I managed to get mouse working with lr-puae by bringing up the virtual keyboard and there is a button called J/M to switch between joystick and mouse.

  • Emulationstation going back to emulationstation after picking a game

    2
    0 Votes
    2 Posts
    214 Views
    mituM

    @shavecat You already have a topic opened with this kind of problem and you've been given some advice there, please don't open another one - continue on your already existing topic.

  • Multi-disc PSX games

    2
    0 Votes
    2 Posts
    606 Views
    BadFurDayB

    I should note that I found out with Resident Evil 2 it is a 2 disc game, but depending which disc you start with depends on the character/story. You still need to swap with the other disc part way through. For this I have combined them both discs twice, so two PBP files, one going 1-2 and the other 2-1.

  • Adding roms directly

    15
    0 Votes
    15 Posts
    2k Views
    UberLumbyU

    @Clyde said in Adding roms directly:

    @UberLumby said in Adding roms directly:

    @UberLumby never mind lubuntu is giving me permission denied when copying files to the retropie sd LOL

    Linux distinguishes users by their user id (uid). If your uid on Lubuntu is different than that of pi on RetroPie (normally 1000), you won't have write access to it even if the username on both systems is the same, e.g. you made a pi user on Lubuntu just for that.

    Vice versa, you would have full access if the usernames are different but the uids are equal, say "pi" on RetroPie and "lubuntu" on Lubuntu both had the uid 1000 on their systems.

    You can see the uids and gid (group ids) of files and directories with the -n ("numeric ids") option of ls:

    $ ls -n drwxr-xr-x 6 1000 1000 4096 Apr 28 02:38 RetroPie drwxr-xr-x 7 1000 1000 4096 Sep 19 19:01 RetroPie-Setup

    If your uid and gid differ on RetroPie and Lubuntu, you could change the ownership of the directories only temporarily, and change them back after working with the files:

    sudo chown -R lubuntu /media/lubuntu/retropie/home/pi/retropie/roms/dreamcast # use your username or uid for "lubuntu" here. # Do your stuff. sudo chown -R 1000 /media/lubuntu/retropie/home/pi/retropie/roms/dreamcast # Provided that pi's uid is 1000 on RetroPie

    To me this is more "elegant" than the chmod way, as it doesn't mess with the files permissions. But this may be mere preference. And as with chmod, be sure to not to use it globally as it can mess up thinks equally bad. Use it only on directories where all files and subdirs have the same uid from the start.

    Okay noted thanks! My rom folder IS gonna be okay I hope hahaha

  • Need to delete collections for systems i don't want

    4
    0 Votes
    4 Posts
    2k Views
    R

    @IanDaemon said in Need to delete collections for systems i don't want:

    If you're using a "pre-made" or "pre-loaded" system then you're going to have a REAL hard time finding anyone that can help you.

    "Help" posted above :)

    @IanDaemon said in Need to delete collections for systems i don't want:

    Add ROM, see system. If there are no ROMs in the folder you won't see the system in the carousel.

    P.S. Roms list in Carousel and Collections are 2 different things.

  • Mac version of retropie wont let me download kodi or dreamcast

    4
    0 Votes
    4 Posts
    450 Views
    BuZzB

    @samuelcole Your email is bouncing as you're over your email quota and you are subscribed to a category so the system is getting a lot of undelivered mail queuing up for you. Please fix this or I may need to disable your account. Thanks.

  • Remove text from safe shutdown with Retroflag case

    17
    0 Votes
    17 Posts
    2k Views
    T

    @cnoto Cool! Glad it worked for you. It's always nice when you can keep plugging away at those pesky little buggers.

  • Mame Tankstick Trackball Support weird boarders?

    3
    0 Votes
    3 Posts
    201 Views
    markyh444M

    @danrandall you might be better asking on the Retroarch forums dude. Don't think many people here have experience of hacked PS Classics, it's mainly Retropie and the underlying Raspbian OS on these forums.

  • 0 Votes
    6 Posts
    981 Views
    CannikinC

    Removing the curvature removes the morié pattern completely:

    alt text

    Which is a shame...I really love that curving for the old school feel, especially for the 2600 where there weren't any Trinitron sets yet!

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.