Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: RPi2 / Bluetooth / PS3 endless issues! #94468
    mirage
    Participant

    Here is what I do to get mine setup:

    PS3 setup protocol

    in reply to: RPi2 / Bluetooth / PS3 endless issues! #94467
    mirage
    Participant

    Here is what I do to get mine setup:

    PS3 setup protocol

    in reply to: Retropie 3.0 beta retroarch.cfg Issues #94358
    mirage
    Participant

    Here’s what I know after spending a few nights testing and trying.

    1 – SYSTEM/retroarch.cfg configs will be considered if you uncomment the following line:
    #include “/opt/retropie/configs/all/retroarch.cfg”

    2 – SYSTEM/retroarch.cfg will be emptied after exiting emulator.

    3 – Adding the following line to the SYSTEM/retroarch.cfg prevents it from being emptied.
    config_save_on_exit = "false"
    ***Be careful about the “” marks when copying command lines from this forum. My browser and/or regional settings are replacing them with similar “” but they don’t work.***

    Now I have damaged my “/etc/emulationstation/es_systems.cfg” file playing around. My Kodi and custom commands returns:
    Unable to create application. EXITING
    Anybody have a clue of what I did wrong?

    in reply to: Logitech Gamepad F310 #88556
    mirage
    Participant

    Hi raymate, I successfully configured my F310. The middle logitech logo button is #8. I use it as the exit button and it works great.

    Here are the lines i added at the end of my opt/retropie/configs/allretroarch.cfg

    input_player1_joypad_index = "0"
    input_player1_b_btn = "0"
    input_player1_y_btn = "3"
    input_player1_select_btn = "6"
    input_player1_start_btn = "7"
    input_player1_up_axis = "-1"
    input_player1_down_axis = "+1"
    input_player1_left_axis = "-0"
    input_player1_right_axis = "+0"
    input_player1_a_btn = "1"
    input_player1_x_btn = "2"
    input_player1_l_btn = "4"
    input_player1_r_btn = "5"
    input_player1_l2_axis = "+2"
    input_player1_r2_axis = "+5"
    input_player1_l3_btn = "9"
    input_player1_r3_btn = "10"
    input_player1_l_x_plus_btn = "h0right"
    input_player1_l_x_minus_btn = "h0left"
    input_player1_l_y_plus_btn = "h0down"
    input_player1_l_y_minus_btn = "h0up"
    input_player1_r_x_plus_axis = "+3"
    input_player1_r_x_minus_axis = "-3"
    input_player1_r_y_plus_axis = "+4"
    input_player1_r_y_minus_axis = "-4"
    
    input_exit_emulator_btn = "8"
    input_enable_hotkey_btn = "8"
    in reply to: How to setup a controller in 2.2 ??? #85257
    mirage
    Participant

    [quote=83786]…I have some issues. For example, when I push X button, the system saves the state and kikcs me out of game. …
    [/quote]

    I just experienced the same thing. Start button would make cursor go down and B would act as escape. After many minutes of trying to figure it out, I saw what was wrong!

    [quote=13708]Exiting the emulator with the controller has been discussed many times. It works the same in 2.2 as in older versions.

    You have to set up a hot key so that you press select + start. Try adding the following lines to the config file.

    input_enable_hotkey_btn = “8”
    input_exit_emulator_btn = “9”
    [/quote]

    If you copied the code lines here above mentionned in atimmins’s post to your retroarch.cfg you’ll have to change the quote signs for this: “” and not “”

    By correcting this it all works good for me!

    ***[edit] This forum seems to publish the quotation marks in the wrong format. Might have to do with my regional settings too. Anycase, just make sure you use the same quotation marks as the rest of you .cfg file.[/edit]

Viewing 5 posts - 1 through 5 (of 5 total)