• 0 Votes
    1 Posts
    422 Views
    No one has replied
  • Advance Wars GBA

    Help and Support
    6
    0 Votes
    6 Posts
    828 Views
    S

    Problem solved, I don't know if this is a general "issue" but the filename had double spaces in the file name . Deleting one and the rom worked.

  • Carbon and Super Gameboy

    Help and Support
    2
    0 Votes
    2 Posts
    346 Views
    mituM

    @ferhound Just use a Collection to group those games under a different section - https://retropie.org.uk/docs/EmulationStation/#custom-collections.

  • 1 Votes
    20 Posts
    10k Views
    F

    I got the Super Gameboy logo to show up with rom paths and everything but lr-mgba wont save configurations... I give up.

    EDIT: I got this form dev>shm>runcommand.log after changing an option in lr-mgba and resuming gameplay, what does it mean?:

    Parameters:
    Executing: /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mgba/mgba_libretro.so --config /opt/retropie/configs/gbc/retroarch.cfg "/home/pi/RetroPie/roms/gbc/1942 (USA, Europe).zip" --appendconfig /dev/shm/retroarch.cfg
    /opt/retropie/supplementary/runcommand/runcommand.sh: line 1012: 1132 Segmentation fault /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mgba/mgba_libretro.so --config /opt/retropie/configs/gbc/retroarch.cfg "/home/pi/RetroPie/roms/gbc/1942 (USA, Europe).zip" --appendconfig /dev/shm/retroarch.cfg

  • 0 Votes
    1 Posts
    615 Views
    No one has replied
  • 0 Votes
    3 Posts
    2k Views
    NachosN

    I was trying to accomplish the same thing, but couldn't find anything specific. I found a general solution, but it's a bit ugly and it would be better if lr-mgba could add a turbo button enable/disable core option (similar to fceu). I know this is an old thread but hopefully it helps someone.

    Note: If you have a controller without L3 or R3 stick buttons, you can just map all the turbo functions to those buttons from the RetroArch menu and you won't need to do any of this.

    Buttons can be completely disabled by changing them to "nul" in the joypad-specific files in /opt/retropie/configs/all/retroarch/autoconfig but that would affect all cores. You can make the change core-specific by making a copy of those file(s) and putting a joypad_autoconfig_dir line in your gba retroarch.cfg:

    First, open the RetroArch menu while lr-mgba is running and map the turbo A and turbo B buttons to L2 and R2 (the same as turbo L and turbo R default mapping). This way you'll only need to disable those 2 buttons.

    Then make a copy of your joypad configs:

    cp -R /opt/retropie/configs/all/retroarch/autoconfig /opt/retropie/configs/gba/retroarch-joypads

    In each of the .cfg files in the new /opt/retropie/configs/gba/retroarch-joypads directory (if you have more than one type of joypad), change these lines to disable the L2 and R2 buttons:

    input_r2_btn = "nul" input_l2_btn = "nul"

    Then add to /opt/retropie/configs/gba/retroarch.cfg

    joypad_autoconfig_dir = "/opt/retropie/configs/gba/retroarch-joypads/"

    You can comment out that line and re-map turbo A and turbo B to change back to the default behavior later. Be careful not to set any buttons you need to navigate the RetroArch menu to "nul" because it disables them there as well.

  • GBA - Force save type?

    Help and Support
    3
    1 Votes
    3 Posts
    1k Views
    K

    Bump 2

  • 2 Votes
    5 Posts
    2k Views
    lilbudL

    @dankcushions When the post said 3DS support, this was me.

    0_1491842321323_upload-8013c7a7-1f5a-4383-baef-9ab456c9d842

  • 0 Votes
    8 Posts
    5k Views
    SixSpeedDeathS

    @dankcushions I chose to go with a 60 second interval to avoid too many writes in a situation like that, but I'm hoping that is a long enough interval to give me the data security I'm looking for without compromising SD card life too much.

    I just needed to know if the SaveRAM was the right item to enable.

  • 0 Votes
    1 Posts
    2k Views
    No one has replied