• Home button?

    5
    0 Votes
    5 Posts
    2k Views
    josephchrzempiecJ

    Hello all my buttons are mapped by the GPIO pins. I followed a video on youtube to do it. But not sure how to map two functions together onto 1 gpio pin?

  • games and hdmi

    1
    0 Votes
    1 Posts
    470 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • es_systems.cfg problem

    2
    0 Votes
    2 Posts
    764 Views
    meleuM

    @eweek reinstall emulationstation using retropie_setup and you'll get the file again.

  • MY FIRST CUSTOM ARCADE CABINET

    8
    2 Votes
    8 Posts
    3k Views
    C

    like, totally awesome build dude! :)

    Seriously, that's one wicked arcade cabinet. Would love to see the components list as I'm tempted to do a similar idea !

  • 0 Votes
    1 Posts
    753 Views
    No one has replied
  • Can't get ANY controllers recognized...

    19
    0 Votes
    19 Posts
    10k Views
    B

    @JHamz
    Hmmm...check to see if your using "udev" & if not set to "udev"

    RetroPie -> Configuration Editor -> Advanced Configuration -> Configure Libretro options -> all/retroarch.cfg -> input_joypad_driver (udev)

    Here is what my EmulationStation mapping for my wireless X360 controller looks like:

    nano /opt/retropie/configs/all/emulationstation/es_input.cfg

    <inputConfig type="joystick" deviceName="Xbox 360 Wireless Receiver (XBOX)"> <input name="pageup" type="button" id="4" value="1"/> <input name="start" type="button" id="9" value="1"/> <input name="up" type="button" id="15" value="1"/> <input name="a" type="button" id="0" value="1"/> <input name="b" type="button" id="1" value="1"/> <input name="down" type="button" id="16" value="1"/> <input name="pagedown" type="button" id="5" value="1"/> <input name="right" type="button" id="14" value="1"/> <input name="x" type="button" id="2" value="1"/> <input name="select" type="button" id="8" value="1"/> <input name="y" type="button" id="3" value="1"/> <input name="left" type="button" id="13" value="1"/> </inputConfig>

    Something else I read is to add a "sleep" command in the EmulationStation start script in /usr/bin/emulationstation
    https://github.com/RetroPie/RetroPie-Setup/wiki/EmulationStation#es-doesnt-detect-my-controller-when-started-at-boot

    Another thing I read was it can be an issue/bug in the SDL and here was the "hotfix":
    http://blog.petrockblock.com/forums/topic/problems-getting-ps3-controller-to-work-properly/#post-119984

  • Earliest Pi that can successfully run Retropie

    12
    0 Votes
    12 Posts
    3k Views
    K

    @cyperghost 900mhz is for sure minimum. 1000 is the best setting for over clocking my rpi1 b to alleviate lag. Also setting the sound latency to 48 in retroarch settings gets rid of the distortion. I cannot speak to how damaging over clocking is to this device, 1000mhz is an aggressive setting.

  • TI-99 emulator not working :(

    3
    0 Votes
    3 Posts
    1k Views
    T

    Thanks for the heads up!
    After searching the forum I discovered I just needed to put the four bios files in the roms folder.

    Cheers
    T

  • 0 Votes
    1 Posts
    981 Views
    No one has replied
  • 0 Votes
    7 Posts
    3k Views
    josephchrzempiecJ

    Hello My question was to temporary hide the main menu so i don't hit it or remap it to a different button. From from what i have seen was to change the whole way of my setup by putting it into a kids mode then if i want the menu back i have to put it in full mode. Which would even be more crazy to me sense i spend a lot of time trying to get it just right the way i like it with the theme game controller my screen and whatnot. Now i would have to change all that. Couldn't there be a more easy way of just hiding the menu temporary or at least putting it on a GPIO pin for enable and disable it? would make it so much easy for people who are having this problem like I'm.

  • RetroArch Crashes (?) after update

    11
    0 Votes
    11 Posts
    4k Views
    BuZzB

    Looks like you saved the config from inside retroarch. If you are going to use the RGUI to manage the settings, I would do all the configuring in RGUI. Otherwise, I would do it manually, as it's not too easy to manage the config once it has been saved out from retroarch due to the size.

  • IPAC2 and Player1 Start (Shift)

    4
    0 Votes
    4 Posts
    1k Views
    caver01C

    @noremaC1337 Well, there is a mame4all libretro core that DOES use retroarch, so it will depend on which mame4all you are running, but I see your point. I would definitely stop the P1Start-P2Start exit function. That's just a problem waiting to happen.

    Have you verified that IPAC accepts a shifted function where one isn't defined? In other words, if there isn't a shift associated with the P2 buttons or stick, does it register anyway? If so, what does it register? Or, does it allow P2 to continue while you are holding P1Start until you also press a defined shift button? I haven't tested this situation, but it's definitely worth knowing the answer.

    I do recognized that IPAC waits on your P1Start to see if a second button is pressed which is why P1Start triggers when you let go normally.

    There's definitely potential for conflicts with hotkeys, but as you mentioned, if you are not using Retroarch, you won't have to worry about it. I try to use libretro cores whenever possible to leverage the excellent shaders, but I disabled the hotkey function and I don't tend to use shifted keys either. I have a few dedicated admin buttons on my control panel for pause, exit, etc.

  • -1 Votes
    7 Posts
    3k Views
    M

    Yeah I confessed.

    Thanks, I've learned about getting in the RGUI with a hotkey, which I didn't know about before.

    Thanks again

  • Impose 8 sprites per line limit (NES)

    9
    0 Votes
    9 Posts
    4k Views
    M

    Yeah I should have mentionned about the menu. I guess the guy knew about retropie better than me. I'm sometimes confused about all that retroarch/retropie/emulationstation differences

    Sorry again, didn't mean to be rude, if that sounded like it

  • 0 Votes
    1 Posts
    724 Views
    No one has replied
  • RetroPie GAMES resolution can't be changed.

    2
    0 Votes
    2 Posts
    882 Views
    BuZzB

    @mohawk97 you didn't provide details as printed in bold at the top of the screen.

  • SNES rom image in retropie GUI

    5
    0 Votes
    5 Posts
    3k Views
    M

    Alright! Thanks again for your help! :)

  • Alternate key bindings to exit emulator (besides select + start)

    4
    0 Votes
    4 Posts
    1k Views
    K

    Thanks again guys. I appreciate your help!!

  • RetroPie on old Bang & Olufsen TV

    4
    0 Votes
    4 Posts
    2k Views
    V

    Here are the specs for the TV:

    BeoVision MX 3000

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.