RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. raspberry pie 4
    Log in to post
    • All categories
    • K

      PS4 Controller Acting Erractically RP4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie 4.7.1 ps4 controllers ps4 bluetooth raspberry pie 4
      7
      0 Votes
      7 Posts
      652 Views
      K

      @lostless Yep, the wireless router, PS5, pi, Nintendo Switch and smart TV are all within a couple meters of each other in the living room. Like I said, I didn't experience any issues using the pi upstairs. Thanks for your help here, I never would have considered that to be the issue.

      I might just have to go wired when using the pi in the living room as I don't have an option to move the wireless router.

    • R

      A pi builder

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pie 4
      4
      0 Votes
      4 Posts
      374 Views
      S

      @RAS123 said in A pi builder:

      But I’m willing to pay for a build. Can you help

      We cannot:

      https://retropie.org.uk/about/legal/

      The image we provide is Raspbian Lite with RetroPie pre-installed. Much of the software included in the RetroPie image have non-commercial licences. Because of this selling a pre-installed RetroPie image is not legal

      We can help you with the software side of things, though. Start here:

      https://retropie.org.uk/docs/First-Installation/

    • D

      My Master System 2 Retropie is finished!

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes sega master system raspberry pie 4 usb-c shutdown
      3
      11 Votes
      3 Posts
      1k Views
      WeirdHW

      @deltagemini That looks fantastic!

    • J

      Retropie wont boot up "Start4.elf not compatible"

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie 4.7.1 raspberry pie 4
      10
      0 Votes
      10 Posts
      7k Views
      mituM

      @knoxy The latest RetroPie release - 4.8 - should work without issue. As @BuZz mentioned, if you're using a 3rd party image, then we don't support those. Use the RetroPie image from retropie.org.uk/download.

    • I

      not full speed at some psx games on Rb pi4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support psx slowdown pcsx rearmed fullspeed raspberry pie 4
      36
      0 Votes
      36 Posts
      4k Views
      I

      @dankcushions cause they delete it. They said it's not their business and not care about, send me back ask here - very friendly $-)

      But, anyway it does not have any matter. I use overclocking ps1 cpu in options and play NFS3 at 60 frames at all stages ( when it goes at 30-40 by default).
      But couldn't understood how it work - maybe it's turning on some frameskip like?

    • N

      Retropie & Sonos! Could it trigger a script to start/top playing music/arcade ambience?

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development retropie sonos raspberry pie 4 retroarch
      5
      0 Votes
      5 Posts
      555 Views
      LolonoisL

      @nyvram from the distance: If your room audio has some API reachable from the RetroPie you may consider the scripting function for specific events (since ES v2.9.2). https://retropie.org.uk/docs/EmulationStation/#scripting

      The event game-start passes two parameters to every script in the folder ~/.emulationstations/srcipts/game-start/: ROM and basename (easiest is to echo them in a test script to determine what they represent exactly.)

      Or put your actions for the room audio in runcommand-onstart/-onend.

      HTH