• Red-Blue Virtual Boy Shader?

    2
    0 Votes
    2 Posts
    974 Views
    J

    Boy, am i dumb. It is a Core Option for the Virtual Boy Emu

  • Dreamcast controller priority

    1
    2 Votes
    1 Posts
    614 Views
    No one has replied
  • MAME (mame4all-pi) Xbox 360 Wireless controller D-Pad not assignable

    6
    0 Votes
    6 Posts
    7k Views
    I

    @dankcushions
    That did the trick! Just slap the roms in:
    /home/pi/RetroPie/roms/mame-libretro/
    (you need the 0.78 romset).

    Download hiscore.dat from http://highscore.mameworld.info/ and rename the hiscore(pre_mame0133u1).dat to hiscore.dat and put it in:
    /home/pi/RetroPie/roms/mame-libretro/mame2003/hsdb/

    Now I have high scores, correct aspect and the DPad and Analog stick works. :) Thanks!

  • PiFBA - Cannot change exit emulator key to button press?

    1
    0 Votes
    1 Posts
    990 Views
    No one has replied
  • On Nintendo 64: hotkeys that use Select or X

    2
    0 Votes
    2 Posts
    10k Views
    W

    Hotkeys work by default for most users in n64. But you must specify which one you're interested in. lr-mupen64plus is just like any other libretro emulator and doesn't really care about the n64 controller shape. All the typical hotkeys should work the same as if you were in SNES. Since retroarch uses button values and not button labels for hotkeys.

    In the case of mupen64plus, you have to realize that the only hotkeys most people use are save state, load state, and joy mapping stop(exit). There are other options, but there is no retroarch GUI for this emulator, so select+X is pointless. All of these are found in mupen64plus.cfg. InputAutoCfg.ini is only for in-game controls. Now if for some reason it's not setting up hotkeys properly by default(happens mostly to xboxdrv i think), you can disable the auto script. It's located in autoconf.cfg. Just set mupen64plus_hotkeys to 0. From there you'll be able to set up you hotkeys for good in mupen64plus.cfg without being overwritten. Autoconf.cfg can also be accessed through the configuration editor.

    The format for joypad hotkeys in mupen64plus.cfg is like this J(Joypad Index)B(First Button Value)/B(Second Button Value). So pretty typically it looks like Joy Mapping Stop = "J0B8/B9". You can do multiple controllers by just adding a comma and typing out another definition in the quotes. You can do a single button press hotkey by omitting the second half of the string, /B#.

  • Is there any retropie process running on Raspbian?

    3
    0 Votes
    3 Posts
    1k Views
    R

    If you drop to the command line, or open a Terminal window under the Raspbian desktop, you can use the top command to view running processes.

    For details, please see the section The Top Command – Monitoring Running Processes: CPU and Memory Loads, and More as linked in the following guide:

    https://retroresolution.com/2015/12/06/dont-fear-the-command-line-raspbian-linux-shell-commands-and-tools-part-1/#li_topcommand

  • Shaders Help

    10
    0 Votes
    10 Posts
    3k Views
    B

    Nice one - I'll make the switch too then!
    Thanks chaps

  • retropie menu

    6
    0 Votes
    6 Posts
    2k Views
    herb_fargusH

    @bisus as @dudleydes mentioned it's easily reinstalled through the setup script, no need for a reflash of your system

  • Is there a way to remove all signs of scraping?

    3
    0 Votes
    3 Posts
    10k Views
    B

    @iconrumble Thank you. No problems at all once I accessed and then modified the file from samba. File didn't revert back upon a reboot and the game list in Retropie is centered again.

    Will need read up on how to scrape screenshots for the arcade emulators when I have some more free time.

  • Wrong resolution after installing LXDE

    1
    0 Votes
    1 Posts
    651 Views
    No one has replied
  • How to disable Retroarch hotkeys for keyboard?

    5
    0 Votes
    5 Posts
    14k Views
    T

    Ah cool. Will check it out, thanks.

  • How to boot from USB

    4
    0 Votes
    4 Posts
    19k Views
    I

    @jsawhite thank you man thas exactly what i was looking for lol

  • Might be a noob question...

    4
    0 Votes
    4 Posts
    1k Views
    senkunS

    @Cole_48

    absolutely. you could do a search, there are many like it from many manufacturers, varying prices, you can't go wrong with any. they all do the same thing, breaking out the gpio pins so you can hook up a breadboard for experimenting.

    alt text

  • ES "Freeze" after re-configuring gamepad

    1
    0 Votes
    1 Posts
    646 Views
    No one has replied
  • 0 Votes
    5 Posts
    14k Views
    RascasR

    @BuZz Yes thats it. Some of the dependencies of the armv7 kodi are pulled from the main repo, so you need the 2 for armv7. I just saw the update, I think it is good now.

  • Libretto shows no video on N64 (lr-mupen64plus)

    7
    0 Votes
    7 Posts
    3k Views
    E

    Doing the regular update (as opposed to just apt-get) did indeed fix the issue. My bad.

  • (noob question) Sound on ES Theme SImple Dark

    5
    0 Votes
    5 Posts
    2k Views
    W

    If you want to learn more markdown, there are probably some good guides available online with the syntax. I only really know enough to get by. For the code you can either start each line with four spaces or you can use three backticks(`) to start and end the block.

  • Button mapping

    4
    0 Votes
    4 Posts
    2k Views
    W

    You can use jstest /dev/input/js0 or js1, js2 etc... to determine the value of the middle button. Then you can type it into your retroarch-joypads config file.

  • pi3-disable-bt apparently not disabling onboard BT?

    9
    0 Votes
    9 Posts
    3k Views
    S

    @mauruco said in pi3-disable-bt apparently not disabling onboard BT?:

    I tested all this: http://linuxg.net/how-to-disable-bluetooth-at-startup-5-practical-methods/

    Only "dtoverlay=pi3-disable-bt" has worked.

    I do not know how to help you. Maybe reinstall retropie be your best option.

    It is really strange! You can test some overclocked setings and to check if it works with:

    sudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq

    So at least you know if the config.txt is working.

    Yea, thats my next step actually. I need to confirm that the config.txt is being used.

    I'll change some of the OC settings, verify function, prob will just end up reinstalling

  • Wireless Xbox 360 Controller - Kodi 16.1 - Retropie 3.7

    7
    0 Votes
    7 Posts
    4k Views
    ?

    @wetriner Thank you sir, I will give this a try when I get home this evening.

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.