• Add possibility to re-map input codes

    5
    0 Votes
    5 Posts
    1k Views
    F

    @mediamogul you are correct about my joysticks Axis... the only hope I am holding on to, is when the mode button is enabled, my Dpad values go from hat #0/#1 to axis 4&5/6&7... My end game is two have two players on mupeb64plus. Thanks for the replies guys!

  • 0 Votes
    1 Posts
    686 Views
    No one has replied
  • Run Command suggestion

    12
    1 Votes
    12 Posts
    3k Views
    D

    OK, I'm all set now. Got everything working. Going to post it here and on my original topic just in case it helps anyone. My actual code switches Select and Start, but most people won't want that so this is the normal way to be able to save on a 2-button NES controller. Thank you to all who helped!

    [code]
    input_device = " NES PC Game Pad NES PC Game Pad "
    input_driver = "udev"

    input_up_axis = "-1"
    input_down_axis = "+1"
    input_left_axis = "-0"
    input_right_axis = "+0"
    input_start_btn = "3"
    input_select_btn = "2"
    input_a_btn = "0"
    input_b_btn = "1"

    input_enable_hotkey_btn = "2"
    input_reset_btn = "1"
    input_exit_emulator_btn = "3"

    input_load_state_axis = "-0"
    input_save_state_axis = "+0"
    input_state_slot_increase_axis = "-1"
    input_state_slot_decrease_axis = "+1"
    [/code]

  • [feature request] "Restore factory settings" option

    21
    2 Votes
    21 Posts
    41k Views
    N

    @BuZz sorry. I have been watching too much it's always sunny in Philadelphia

  • 1 Votes
    2 Posts
    938 Views
    B

    would it be relationed with __persistent_repos of the 4831258dbaf6d8af93abff513cb7c10b972df488 commit?

  • Optimized RetroPie image for Pi 3 hardware?

    2
    1 Votes
    2 Posts
    1k Views
    BuZzB

    No measurable performance increase from my testing. If you build from source you will get rpi3 optimised binaries.

  • RetroPie-Manager web app (Recalbox-Manager fork/mod)

    89
    6 Votes
    89 Posts
    55k Views
    meleuM

    By the way: @fechy started a similar tool from scratch. Look this topic: https://retropie.org.uk/forum/topic/4627/retropie-web-gui

    It has less features, but at least the development can be more active if he receive users feedback.

  • 9 Votes
    31 Posts
    13k Views
    R

    The compatibility with RetroAchievements is something I feel RetroPie should publicize more, I bet the vast majority of casual users (those who don't feel it necessary to join the forum) don't know about it.

  • x-arcade tankstick trackball to work with mame (centipede,etc)

    7
    0 Votes
    7 Posts
    5k Views
    S

    I have spent more time trying to get my trackball to work with no luck. I have plugged it into my Mac and it appears as a mouse and seems to work just fine. When I plug it into my Raspberry Pi and try it with Centipede and LR-Mame2003 the y-axis seems to work but the x-axis does nothing.

    I also plugged a regular mouse into the Raspberry pi and it works as expected in Centipede, both x-axis and y-axis.

    This is very frustrating.

    Any more ideas anyone?

  • Emulator Idea's & New Idea's for Retropie

    3
    0 Votes
    3 Posts
    2k Views
    herb_fargusH

    @Chicago32 also you should brush up on the specs required for certain systems. No way the 3ds will ever be run on a pi.

  • Hatari 2.0 released

    7
    0 Votes
    7 Posts
    3k Views
    BuZzB

    to get it to work from ES, put it in the emulators.cfg launch line in /opt/retropie/configs/atari/emulators.cfg like SDL_VIDEO_RPI_SCALE_MODE=1 $md_inst/bin/hatari --zoom 1 etc

    you can change the pixel aspect ratio also: (note these options are specific to our SDL2 - our SDL1 also has similar options)

    Docs:

    /** * \brief Tell dispmanx to stretch the SDL window to fill the display. * * This hint only applies to the rpi video driver. * * The variable can be set to the following values: * "0" - Window resolution is desktop resolution. * This is the behaviour of SDL <= 2.0.4. (default) * "1" - Requested video resolution will be scaled to desktop resolution. * Aspect ratio of requested video resolution will be respected. * "2" - Requested video resolution will be scaled to desktop resolution. * "3" - Requested video resolution will be scaled to desktop resolution. * Aspect ratio of requested video resolution will be respected. * If possible output resolution will be integral multiple of video * resolution. */ #define SDL_HINT_VIDEO_RPI_SCALE_MODE "SDL_VIDEO_RPI_SCALE_MODE" /** * \brief Tell dispmanx to set a specific aspect ratio. * * This hint only applies to the rpi video driver. * * Must be set together with SDL_HINT_VIDEO_RPI_SCALE_MODE=1. */ #define SDL_HINT_VIDEO_RPI_RATIO "SDL_VIDEO_RPI_RATIO"
  • Someone make this a rom..somehow!!

    3
    0 Votes
    3 Posts
    3k Views
    N

    @herb_fargus that sucks sooo bad. That is one great game.

  • Please add some kind of profile feature, like netflix

    3
    3 Votes
    3 Posts
    2k Views
    cuatexoftC

    @obsidianspider yes i can... but I would prefer to have my profile, my wife profle and a guest, so when someone want to try retropie, dont save on my account by error

  • add external LCD to display current running rom

    7
    0 Votes
    7 Posts
    4k Views
  • emulationstation systemd service

    3
    0 Votes
    3 Posts
    2k Views
    J

    @Hevvie said in emulationstation systemd service:

    I had the same issue, what you need to do is put "<bool name="BackgroundJoystickInput" value="true" />" into your es_settings.cfg file as it thinks ES is running in the background.

    I will try this out when I get a chance. Great find!!!

  • Case for RaspberryPi with ControlBlock?

    6
    0 Votes
    6 Posts
    2k Views
    M

    I am in search of an answer to this exact question. Anyone have any updates? Are there any cases that will hold the RasbberryPi3 and a ControlBlock attached?

  • [Feature Request] Bring Back Times Played/Last Played

    4
    -1 Votes
    4 Posts
    1k Views
    BuZzB

    @BGallagherLA Please do not post here, and then 10 mins later open a ticket on the issue tracker. When opening a ticket it says

    For ideas and enhancements, please also post to the forum first, to see if it is something we would consider and to see if other users would find it useful.

    The current carbon theme doesn't show this info - there are themes that do however.

  • Cloud Saves via Dropbox?

    8
    0 Votes
    8 Posts
    4k Views
    R

    @LaserGecko Thanks I'll check this out ! :)

  • Saturn Core Idea

    5
    0 Votes
    5 Posts
    2k Views
    dankcushionsD

    it's not beyond a possibility. uoyabause runs well on arm phones of similar specs. the problem is that the pi only has GLES 2. 3 is required for it.

  • CPS Roms Folder

    2
    0 Votes
    2 Posts
    3k Views
    edmaul69E

    @windjammersfan you can do this yourself. I have my cps folder (really all capcom games fba supports) then you can add more entries in es_systems.cfg to have another system on the main screen. I actually have 2 cps folder. 1 for all 6 button games and one for everything else plus the first street fighter. The reason why is even though it is a libretro emulator i am using, the controllers have to be mapped manually to make any sense. And the button layout is different for 6 button fighting games and everything else

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.