Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jbfortune
    Participant
    Post count: 21

    Hey,

    So for the life of me, I can’t get the Megadrive emulator, Picodrive or Genesis plus to recognise the retroarch.cfg within opt/retropie/configs/megadrive.

    I’m using the latest image and and PS3 controller.

    Here is my retroarch.cfg file. Is there anything wrong with this? Can anyone explain why its not being picked up?

    # Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
    
    input_remapping_directory = /opt/retropie/configs/megadrive/
    input_player1_joypad_index = 0
    
    input_player1_r_btn = "9"
    input_player1_save_state_btn = "9"
    input_player1_start_btn = "3"
    input_player1_exit_emulator_btn = "3"
    input_player1_l_btn = "8"
    input_player1_load_state_btn = "8"
    input_player1_up_axis = "-1"
    input_player1_a_btn = "15"
    input_player1_b_btn = "14"
    input_player1_c_btn = "13"
    input_player1_reset_btn = "13"
    input_player1_down_axis = "+1"
    input_player1_right_axis = "+0"
    input_player1_state_slot_increase_axis = "+0"
    input_player1_x_btn = ""
    input_player1_menu_toggle_btn = "12"
    input_player1_select_btn = "0"
    input_player1_enable_hotkey_btn = "0"
    input_player1_y_btn = ""
    input_player1_left_axis = "-0"
    input_player1_state_slot_decrease_axis = "-0
    
    #include "/opt/retropie/configs/all/retroarch.cfg"

    I would love any help that you can offer.

    Thanks,

    Jason

    jbfortune
    Participant
    Post count: 21

    Sorry to bump but anyone got any ideas?

    Thanks

    labelwhore
    Participant
    Post count: 526

    what does your emulators.cfg file look like for megadrive?

    jbfortune
    Participant
    Post count: 21
    dgen="/opt/retropie/emulators/dgen/bin/dgen -r /opt/retropie/configs/megadrive/dgenrc %ROM%"
    lr-genesis-plus-gx="/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-genesis-plus-gx/genesis_plus_gx_libretro.so --config /opt/retropie/configs/megadrive/retroarch.cfg %ROM%"
    lr-picodrive="/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-picodrive/picodrive_libretro.so --config /opt/retropie/configs/megadrive/retroarch.cfg %ROM%"
    default="lr-picodrive"

    No idea what this file should look like though!

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Controller Configuration in RetroPie’ is closed to new topics and replies.