• Logitech F310 isn't recognized?

    7
    0 Votes
    7 Posts
    3k Views
    W

    @herb_fargus Thanks for the pointer - but it was actually the bottom right trigger, not one of the top ones - and I'm on the latest Retropie (4.x) so that issue shouldn't be happening anyway....like I said, no worries, I just added the trigger in manually and it's good to go. :) Love this thing - I've already built several more for friends! :)

  • Add PIXEL desktop after retropie image install

    3
    0 Votes
    3 Posts
    20k Views
    CodeDrawerC

    Thanks!

  • HuiJia N64 USB adaptor setup

    17
    0 Votes
    17 Posts
    13k Views
    N

    @seanr8 said in HuiJia N64 USB adaptor setup:

    /opt/retropie/configs/n64

    I apologize for reviving an old post but this post was perfectly on topic for what I am looking for. I have been scouring the internet for the past three days, and editing config files over and over with no luck. I also have the Mayflash with original n64 controller. With your config files, I was finally able to get actual input in roms with the controller. I can't tell you how excited I was and I can't thank you enough. However, I am having some additional in rom issues. For example in Mario, he walks instead of runs even with the joystick at full tilt. Any ideas on how to fix these issues? Did you run into these type of issues?

  • Psx Emulator help

    8
    0 Votes
    8 Posts
    2k Views
    Z

    @thewinterdojer thank you so much, I finally figured it out. As I am sure you knew, the answer was looking at me every time I went to that page!

  • Generic PS3 controllers act like keyboards

    3
    0 Votes
    3 Posts
    984 Views
    mediamogulM

    @G2bb

    While there are a few good ways to make a standard controller be seen as a keyboard, I don't know of anything that would do the reverse. There's a proposed way to do it with xboxdrv, but the project hasn't been touched since late 2015. However, seeing as how all these emulators and ports are first and foremost computer software, they all have keyboard support that can even be a bit more versatile in many cases.

    Using RetroArch as a jumping off point, if you can determine which keys are assigned to which buttons, the controls can be added manually to /opt/retropie/configs/all/retroarch.cfg. Below is an example of my setup that you can use as a reference.

    input_player1_a = "a" input_player1_b = "b" input_player1_y = "y" input_player1_x = "x" input_player1_start = "t" input_player1_select = "e" input_player1_l = "l" input_player1_r = "r" input_player1_left = "left" input_player1_right = "right" input_player1_up = "up" input_player1_down = "down" input_player1_l2 = "d" input_player1_r2 = "f" input_player1_l3 = "c" input_player1_r3 = "v" input_player2_a = "k" input_player2_b = "m" input_player2_y = "o" input_player2_x = "n" input_player2_start = "num9" input_player2_select = "num0" input_player2_l = "p" input_player2_r = "q" input_player2_left = "g" input_player2_right = "h" input_player2_up = "i" input_player2_down = "j" input_player2_l2 = "s" input_player2_r2 = "u" input_player2_l3 = "w" input_player2_r3 = "z"
  • 0 Votes
    2 Posts
    955 Views
    loujezL

    oops ok i've found the issue, it was not so complicated just a probleme of feeding....

    I just have my neurons burning since a few days.

    Thank you all, I won't bother you again

  • 0 Votes
    4 Posts
    4k Views
    InsecureSpikeI

    can't you enter ES then scrape to make a new gamelist.xml?

  • Glupen64 returned 128

    5
    0 Votes
    5 Posts
    2k Views
    simonsterS

    @KillDozerX a Pi2 is likely to struggle with N64 emulation. However, as @dankcushions said above, why are you installing 4.1, the base install is on 4.2.3 (possibly higher by now)?

    When I referenced the https://retropie.org.uk/forum/topic/3/read-this-first link, you really should have followed it. Try completing the requested information (requested in that page):

    Pi Model or other hardware: (B, B+, 2 B, 3, X86 PC etc..)
    Power Supply used: (If using a Pi)
    RetroPie Version Used (eg 3.6, 3.8.1, 4.1 - do not write latest):
    Built From: (Pre made SD Image on RetroPie website, Berryboot, or on top of existing OS etc.. - please provide the filename of any image used)
    USB Devices connected:
    Controller used:
    Error messages received:
    Log found in /dev/shm/runcommand.log (if relevant):
    Guide used: (Mention if you followed a guide)
    File: (File with issue - with FULL path)
    Emulator: (Name of emulator - if applicable)
    Attachment of config files: (PLEASE USE PASTEBIN.COM FOR LARGE LOGS)
    How to replicate the problem:

  • 0 Votes
    8 Posts
    6k Views
    dankcushionsD

    @TheBear123 said in High Scores not saving - hiscore.dat not creating *.hi files:

    @cl9yst9rr I just can't find configs/all or configs/arcade. I'm pretty new to this

    you should fill out https://retropie.org.uk/forum/topic/3/read-this-first so we can better assist you. current versions of retropie should 'just work' with hi scores so you shouldn't have to change anything, but it depends on what version you're running, what emulator, what game, and so on.

  • Backup SD Card by copying out files?

    87
    0 Votes
    87 Posts
    38k Views
    Muntic0reM

    try recuva

  • 0 Votes
    4 Posts
    1k Views
    paffleyP

    @herb_fargus thanks you! super!

  • Video snaps don't run (ES for Windows)

    4
    0 Votes
    4 Posts
    3k Views
    F

    @FlyingTomahawk you're my hero, it works like a charm !

    A big big thanks to you \o/

  • Mayflash Controllers Not Functioning When Rom is Launched

    3
    0 Votes
    3 Posts
    964 Views
    edmaul69E

    @NoOddJob as @polish-potato said. On any mayflash adapters i have used, player 1 and 2 are backward. If that
    isnt it then re set up your controller. Write down what numbers all the buttons are. Now open up the

    /opt/retropie/configs/all/retroarch/autoconfig/

    folder. Now find the configs for your controllers. Verify if if the numbers match. If they do then run

    sudo jstest /dev/input/js0

    Now push the buttons and verify if the buttons match there. If they dont, then change your config file to match the jstest.

  • Screen resolution vs. theme graphics

    4
    0 Votes
    4 Posts
    1k Views
    J

    Thanks again. I was able to adjust the overscan and got the screen displaying properly on 720P.

  • 0 Votes
    8 Posts
    2k Views
    Starcade2084S

    @Jiryn Yeah. If your computer is on the same network as your Pi (and the Pi is running) you can access it via your web browser of choice. I've had it activated for so long I'd forgotten how to make it work, thankfully @ETAPRIME has that covered:

    Once active, you can drag-and-drop your BIOS files via the web page. If they're not what RetroPie is looking for it'll tell you then you can seek another source. Saves the time and hassle of repeatedly booting up your Pi to see if you've fixed the problem.

  • Can't control inside emulator

    2
    0 Votes
    2 Posts
    770 Views
    hansolo77H

    I think I fixed it.. I removed the remap config, and started a new retroarch.cfg. seems to be working.

  • EmulationStation resolution

    23
    2 Votes
    23 Posts
    9k Views
    HexH

    @leagueofmonkeys Dont get me wrong. Things go down very fast once a name gets branded as supporting piracy. We just try to minimise the chances of that happening. As i said, Retropie support is available for all those who are running official builds.

    You see emulators and ES are perfectly legal tools. Just because you can use it to pirate doesnt mean the software is at fault,. It is those that pirate at fault. A hammer can be used for a lot of useful things and it is perfectly legal to own and use. Someone being murdered using the hammer is not the hammer's fault nor its producers.

    And you are most welcome to use the forums and seek help for official builds. I have posted links where you could find the download and install instructions. If the problem persists, feel free to create another thread and we shall help you out.

  • Raspian not working after manual RetroPie install

    4
    0 Votes
    4 Posts
    963 Views
    herb_fargusH

    @msnyder there is currently a discrepancy between the GitHub wiki and the pretty docs, and that's my fault so depending on which you looked at that line may not be there.

    Once I sort out a bug in the build process I'm hoping this won't be an issue in the future.

  • lr-mame2010 bosconian/xevious patch

    11
    2 Votes
    11 Posts
    3k Views
    P

    @markwkidd

    I am grateful for your support.

  • 0 Votes
    4 Posts
    2k Views
    mediamogulM

    @Trillien

    I expanded your technique to include any Bluetooth controller and added it to the xboxdrv guide as succinctly as possible. Thanks again for this.

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.