RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. retroarch
    Log in to post
    • All categories
    • johnodonJ

      Start a game in paused mode (Retroarch)?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch pause lr-mame2003plus
      12
      0 Votes
      12 Posts
      2k Views
      johnodonJ

      One final note...

      I had been doing all of my testing on an x86 platform. Since moving the scripts/overlays to my RPI4, I had to increase the sleep outside the loop to 2 otherwise it wouldn't pause.

      #! /bin/bash while ! pgrep retroarch >/dev/null; do : sleep 1 done sleep 2 echo -n "PAUSE_TOGGLE" | nc -u -w1 127.0.0.1 55355
    • K

      Issues with NetPlay: Client cannot connect when going through RetroPie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support netplay retroarch retropie cli client
      2
      0 Votes
      2 Posts
      933 Views
      mituM

      @Kaydron said in Issues with NetPlay: Client cannot connect when going through RetroPie:

      I found this post that has very similar symptoms https://github.com/RetroPie/RetroPie-Setup/issues/3161.

      If you're encountering the same problem as the the one described in the issue, then there's no solutio yet, just the workaround posted in the same issue. The only method that seems to work is to directly connect by specifying the hostname.

    • B

      Retroarch not writing SRM files when closing

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch srm save
      9
      0 Votes
      9 Posts
      2k Views
      B

      @mitu Yeah, I meant just for the cases that I can't control. I'll be shutting it down properly from now on. Thanks for the help!

    • G

      Controlblock MAME keyboard emulation remapping

      Watching Ignoring Scheduled Pinned Locked Moved ControlBlock, PowerBlock & Co. controlblock mame retroarch
      2
      0 Votes
      2 Posts
      646 Views
      ethelingE

      I did a similar project not too long a go. E.g. built RetroPie into Atari 2600 case. Anyways - yes, key presses that ControlBlock sends when using MAME layout are hardcoded into it's driver:

      URL: https://github.com/petrockblog/ControlBlockService2/blob/master/src/controlblock/gamepads/MAMEGamepad.cpp#L41-L141

      To change e.g. switch 'z' to send something else than z, say a, you would modify lines below and replace KEY_Z with KEY_A. And recompile and re-install the driver (instructions here https://github.com/petrockblog/ControlBlockService2).

      URL: https://github.com/petrockblog/ControlBlockService2/blob/master/src/controlblock/gamepads/MAMEGamepad.cpp#L68-L70 to

      Available KEY_* events (that you could replace KEY_Z above) are found from here: https://github.com/petrockblog/ControlBlockService2/blob/master/src/controlblock/uinput/UInputEventCodes.h

      I hope this helps you forward. I did a slight re-write for the driver myself as I wanted all the Atari 2600 switches to provide their original functionality. Which isn't straightforward since official ControlBlock driver doesn't support switch where both on and off indicate certain state (e.g. on -> colorTV, off B&W). I suppose I could clean up my code a bit and put it up to github sometime.

    • Magnus_HydraM

      RetroArch graphical interface

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming retroarch gui gui retroarch retroarch graph
      3
      0 Votes
      3 Posts
      1k Views
      Magnus_HydraM

      Thank you so much!

    • Ivar418I

      could not succefully build retroarch rbpi4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pi 4 retroarch help error
      10
      0 Votes
      10 Posts
      772 Views
      Ivar418I

      @mitu I've enabled both the options u showed in your post. It successfully. I was quite baffled because I saw the the Dt overlay option twice in the end of my boot config.

      Thank you for your help

    • S

      Rpi3b+ unplayable on 4k TCL

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support 3b+ 4k tv retroarch video freeze
      14
      0 Votes
      14 Posts
      2k Views
      dankcushionsD

      @sonicman2020 with respect, your understanding of the runahead settings, and the audio latency settings are very wrong. if you want to get this working properly, please start again from the retropie image, and don't change such settings: https://retropie.org.uk/docs/First-Installation/

    • C

      Controllers not working in emulators

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support controller emulator psx dualshock retroarch
      1
      0 Votes
      1 Posts
      687 Views
      No one has replied
    • N

      MD/Genesis 6 button controller

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstaion retroarch controller cfg
      9
      0 Votes
      9 Posts
      864 Views
      disasterD

      @nicshoe18

      I had to add usbhid.quirks=0xf000:0x0008:0x100000 to /boot/cmdline.txt and then reboot to get jstest detect the missing buttons.

    • F

      Bluetooth Controller Recognized but does not work

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support controller bluetooth pro controller retropi retroarch
      1
      0 Votes
      1 Posts
      259 Views
      No one has replied
    • S

      can't access MAME 2003+ (libretro) in-game menu

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame 2003 plus menu input retroarch emulationstaton
      13
      0 Votes
      13 Posts
      4k Views
      G

      @skrilmps said in can't access MAME 2003+ (libretro) in-game menu:

      cy

      no problems at all always use then menu to set options code can change any time.

    • F

      Bluetooth Controller Recognized but does not work

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retro pie retroarch controler bluetooh
      1
      0 Votes
      1 Posts
      330 Views
      No one has replied
    • G

      AI Service

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ai service hotkey retroarch
      1
      0 Votes
      1 Posts
      228 Views
      No one has replied
    • neurocrashN

      How to reset keyboard controls for one platform

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch keyboard input binding reset
      1
      0 Votes
      1 Posts
      315 Views
      No one has replied
    • R

      Cannot update or re-install retroarch on 4.6 buster image on a Pi4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pi 4 4.6 retroarch
      10
      0 Votes
      10 Posts
      777 Views
      R

      You nailed it; once I deleted the shaders folder from retroarch, the update went through without issues.
      Thanks!

    • F

      Retroarch install from source failed

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rpi4 installing retroarch
      12
      0 Votes
      12 Posts
      835 Views
      F

      @mitu nvm, I shall just reflash the retropie pre-built image.

    • J

      RetroPi 4.6 retroarch psx emulator broken?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming retroarch psx video retropie 4.6
      11
      0 Votes
      11 Posts
      613 Views
      J

      Thanks!!! That solved the problem!

    • K

      What are your preferred joystick inputs for accurate gameplay?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming raspberry pi 4 teensy retropie 4.6 retroarch emultionstation
      1
      0 Votes
      1 Posts
      189 Views
      No one has replied
    • Keltron3030K

      Pillarboxing with Retroachievement leaderboards

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch leaderboards bug achievements
      1
      0 Votes
      1 Posts
      231 Views
      No one has replied
    • P

      PS3 Controller Hotkey Combinations not quite working in SNES emulator, can you help?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support snes retropie retroarch
      5
      0 Votes
      5 Posts
      578 Views
      P

      @pinacolada Ok so I think I've resolved this.

      Firstly, I took advice from a YouTube video which described how to update RetroPie itself - this took me to the following screens:

      Update Remote Setup Script Basic Install Perform Reboot

      It took a while, and looked like some errors occurred during the install, however...it did come back up, and now the hotkey + right trigger DOES load from the save slot.

      So I guess the root cause here was an older version of Retropie.