Viewing 1 post (of 1 total)
  • Author
    Posts
  • landonveitch
    Participant
    Post count: 1

    Hey everyone,

    I am super new to this whole RetroPie project so please bare with me. I love this thing (talk about bringing back old memories) but I had a question. How come my controls partially work?

    So I followed zsprawl’s post here:

    Everything went fairly smooth other than I had to realize my controllers came up as 0 and 1 instead of 1 and 2 but that was easy enough to see (had a keyboard plugged in at first which is why it changed) and I did overclock to 900 (Medium) because of some audio/gameplay lag I saw. My Retro boots up great, I have my ROMs on it and the controller scrolls through everything perfectly in the main menus. I can launch games and play through SOME but not all games and this is the odd part. As some background, this is a Model B (512), Raspberry Pi with Buffalo Classic USB gamepad controller (looks like SNES) with an 8GB memory SD card.

    So I will give an example, a certain hedgehog game plays great except you can hold the down arrow and tap the A or B button to do a super spin as with the console. There are a few other games that for whatever reason the original controls may not function (say a red hat moustache guy throwing pills like tetris) like the console and granted it can be due to the fact that its not a stock controller but here is the really odd part I cant figure out. The hot key, exit key, load and save do not work for me using the settings given in the post. I really just want to be able to exit the game and go back to the main menu to play another game without having to pull power and restart everytime. Below is my retoarch.cfg portion, can someone tell me what I maybe missing? Do I need to change 8 and 9 to 6 and 7 or something?

    input_player1_joypad_index = “0”
    input_player1_b_btn = “1”
    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 = “0”
    input_player1_x_btn = “2”
    input_player1_l_btn = “4”
    input_player1_r_btn = “5”
    input_player1_l2_btn = “4”
    input_player1_r2_btn = “5”
    input_player1_l3_btn = “4”
    input_player1_r3_btn = “5”
    input_player1_l_x_plus_axis = “-0”
    input_player1_l_x_minus_btn = “2”
    input_player1_l_y_plus_btn = “3”
    input_player1_l_y_minus_axis = “-0”
    input_player1_r_x_plus_btn = “3”
    input_player1_r_x_minus_axis = “-0”
    input_player1_r_y_plus_btn = “3”
    input_player1_r_y_minus_axis = “+0”

    input_player2_joypad_index = “1”
    input_player2_b_btn = “1”
    input_player2_y_btn = “3”
    input_player2_select_btn = “6”
    input_player2_start_btn = “7”
    input_player2_up_axis = “-1”
    input_player2_down_axis = “+1”
    input_player2_left_axis = “-0”
    input_player2_right_axis = “+0”
    input_player2_a_btn = “0”
    input_player2_x_btn = “2”
    input_player2_l_btn = “4”
    input_player2_r_btn = “5”
    input_player2_l2_btn = “4”
    input_player2_r2_btn = “5”
    input_player2_l3_btn = “4”
    input_player2_r3_btn = “5”
    input_player2_l_x_plus_axis = “-0”
    input_player2_l_x_minus_btn = “2”
    input_player2_l_y_plus_btn = “3”
    input_player2_l_y_minus_axis = “-0”
    input_player2_r_x_plus_btn = “3”
    input_player2_r_x_minus_axis = “-0”
    input_player2_r_y_plus_btn = “3”
    input_player2_r_y_minus_axis = “+0”

    input_enable_hotkey_btn = “8”
    input_exit_emulator_btn = “9”
    input_save_state_btn = “5”
    input_load_state_btn = “4”

Viewing 1 post (of 1 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.