• Shaders won't save per Gamedirectory

    4
    0 Votes
    4 Posts
    638 Views
    M

    @sleve_mcdichael
    Many thanks! that helped!

    the whole problems started becasue i am too tidy and have my Roms organized in each console in a seperate "Roms" folder. Now this tihngs makes sense to me.

  • New RetroArch 1.15.0 includes preemptive frames

    6
    0 Votes
    6 Posts
    2k Views
    B

    @kcoconnor76

    Slowdowns = lack of performance, your device is too weak to run this at full speed
    Latency = delay between pressing a button and its result being displayed on screen
    Runahead or preemptive frames = lesser latency at the cost of higher requirements, meaning more slowdowns if your device was already too weak without those features

    Runahead and preemptive frames aren't features to remove slowdowns.

    Note that some slowdowns can be native to the games (because the real hardware was too weak to run them) and some emulators have the ability to get around this by overclocking the emulated hardware, yet again at the cost of higher requirements.

    Your pi4 is simply too weak to run n64, and the only way around this is most likely to use a better device.

  • 1 Votes
    3 Posts
    656 Views
    Z

    @Zentrifuge

    Found solution for everything - Batocera - Works like a charm out of the box - Even with my N30 Pro + Bluetooth from internal device.

    Thank you

  • BIN files

    7
    0 Votes
    7 Posts
    2k Views
    S

    No. No, no, no...just...no.

    I don't know if there is a language barrier here or if what else is going on, but you are doing this so, so very, very wrong that it is hard to even know where to start correcting you.

    I'm not even convinced you have any console roms at all. The one thing you actually posted, was a disc-image for a Windows game.

    See previous answers here(1).

    ...and here(2).

    ...and here(3).

  • Which Pi Unit Is Best

    2
    0 Votes
    2 Posts
    151 Views
    windgW

    RPi4 and Pi 400 are the newer systems and the are faster than RPi3B. You can find a comparison graph with all models here : https://socialcompare.com/en/comparison/raspberrypi-models-comparison

  • 0 Votes
    4 Posts
    638 Views
    gizmo98G

    @KM_64 Gnome with Wayland seems to suck with Ubuntu 22.04. Any other Wayland environment does not show this problem.

  • lr-vecx build failed on x86_64

    5
    0 Votes
    5 Posts
    388 Views
    T

    @mitu no, i only play fc/arcade

  • 0 Votes
    1 Posts
    520 Views
    No one has replied
  • games splash screen disable

    2
    0 Votes
    2 Posts
    288 Views
    mituM

    @sdepace said in games splash screen disable:

    I was playing with some of the options and I accidentally turned on a setting to play a games splash screen while it loads. Can anyone tell me where I can turn this off?

    Maybe you enabled launch menu art ?

    Secondly, on a prior install, I had an addon that would play a video preview of each game when hovered on the title. Can anyone tell me how to do this again? Presently a low resolution image shows that doesn't look very good.

    If you have videos scraped for the games, the front-end can play them if the current theme supports them. There's no 'addons' that need to be installed.

  • Controler Issue (no left and right not working at all)

    23
    1 Votes
    23 Posts
    4k Views
    N

    @praetorian55

    Hey just trying to fix this issue as well, and came across this old-ish thread. Are you saying the controllers in that Amazon link do, in fact, function as intended, including the left and right d-pad buttons?

    Thanks and cheers

  • NO PUEDO ABRIR RETROPIE DESDE RASPBERRY PI OS

    3
    0 Votes
    3 Posts
    523 Views
    mituM

    In addition to using English, please don't use ALL CAPS for your posts.

    As @retropieuser555 said, you don't need to install RaspiOS, if you're a beginner just use pre-built image from https://retropie.org.uk/download.

  • Retropie update failure

    17
    0 Votes
    17 Posts
    4k Views
    N

    @Dr_Goggles

    I'm about to try the same thing you went through. I tried to update a pi which hasn't seen any updates for the better part of like 5 years, and got errors saying I need to update from stretch. The update finished (with failures) and now the pi boots up the retropie screen, then powers down. So I have to update or else I can't even use the pi.

    I have another pi in the house which is basically identical, so I'll be attempting a clean install of buster with the hopes that I don't lose functionality of my very- simplistic use of it. Mostly just watching video files in kodi from an external hdd, and a bunch of roms I can copy from the other pi.

    I'll probably make copies of the config and rom folders before I download and flash the new retropie software. But I haven't done this for a few years and I hope it's as easy as it used to be. Any roadblocks you overcame that might help me would be appreciated. I didn't see you make a 'success!' post so I can only assume you got it figured out and are back in business.

  • Cross-player control remapping

    1
    0 Votes
    1 Posts
    253 Views
    No one has replied
  • Colecovision defaulting to fbneo-cv

    4
    0 Votes
    4 Posts
    813 Views
  • prboom.cfg causing load to hang...

    6
    0 Votes
    6 Posts
    1k Views
    timeonmyhandsT

    @mitu Thank you - that's sorted it!

  • HOW to share my theme

    4
    0 Votes
    4 Posts
    641 Views
    S

    Go here:

    https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/supplementary/esthemes.sh

    Click this "three dots" and choose "edit file":

    2C7AED9D-E78E-4B40-86AA-203657A34703.jpeg

    (It's the second three dots, below the upper three dots.)

    It will show you this message or something like it (yours might be worded slightly different, since you don't yet have a fork so you'll be creating it in this step):

    54B3A0E9-3687-4B29-B86F-19DABFE65E1B.jpeg

    Add your theme to the list here. "YourName" is the name of your GitHub account that hosts the theme and theme_name is the theme name that will be displayed in the theme listing. The repo should be called es-theme-theme_name and when you put it here, leave off the es-theme- part and just write 'YourName theme_name'.

    Click "propose changes":

    E7B486F6-6DC6-4F9C-83C7-6FA3E12621AD.jpeg

    ...this creates your own fork, with the change that you made. Also, it automatically brings you on this page for "comparing changes"; click "create pull request" once to begin the process of creating a pull request:

    F09F3E6A-26D3-4315-BE23-17E5C6A26983.jpeg

    Here you can fill in some information about the change, and then after reviewing everything is correct, click "create pull request" a second time to finalize and submit the pull-request, where it can be reviewed by the developers:

    ED82A389-A5AF-44B8-9AFA-9D71A53E3A8C.jpeg

  • "raspi-config" menu is not installed (debian, retropie pi4)

    2
    0 Votes
    2 Posts
    383 Views
    BuZzB

    @jhny try reinstalling retropiemenu in core packages and restarting emulation station.

    Btw bullseye support is still a wip.

    raspi-config should be installed by default even on raspbian lite (it used to be). Please provide more details of your setup (see link at top of forum).

  • Dolphin fails to build on x86_64

    11
    0 Votes
    11 Posts
    3k Views
    Z

    @mitu Yes, thanks. I knew I saw this setting somewhere else.
    So I think this problem is now all solved.

    Thanks for all your help and I wanna express my excitement: This forum is really well maintained and offers great help quickly, which is not as usual as it should be, when you search for something online. And from what I've read so far you do a lot of it. So props to you!

  • Fujitsu FM Towns (Marty?)

    3
    0 Votes
    3 Posts
    1k Views
    duglorD

    @dmmarti Hi, I installed lr-mess-fmtowns. I have the chd of TDF Kaiju Daikussen and Bubble Bobble for FMTOWNS. Those i put in the roms/fmtowns dir. I put the fmtowns bios files in the general bios dir and bios/mame as well. ziipped and unzipped. I have tried to run both chd files and it kicks me back out to the main ES menu. Should i try other things?

  • Stella and ipac2

    2
    0 Votes
    2 Posts
    329 Views
    mituM

    Standalone Stella doesn't use the RetroArch configuration. Instead, open the Options menu of the emulation (once it starts) and use the Input Settings menu to map your joystick and the IPAC keys as you'd like.

    EDIT: you can open the Options menu by using the Tab key on your keyboard.

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.