Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Created May 2, 2018 04:10
Show Gist options
  • Save henriquegogo/6474cde3a529f1a7cc2e31c79d0ef552 to your computer and use it in GitHub Desktop.
Save henriquegogo/6474cde3a529f1a7cc2e31c79d0ef552 to your computer and use it in GitHub Desktop.
RetroPie n64 retroarch.cfg config. Using SNES controller on n64 emulator
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
input_remapping_directory = "/opt/retropie/configs/n64/"
input_player1_l_x_plus_axis = "+0"
input_player1_l_x_minus_axis = "-0"
input_player1_l_y_plus_axis = "+1"
input_player1_l_y_minus_axis = "-1"
input_player1_l2_btn = "1"
# video_fullscreen_x = ""
# video_fullscreen_y = ""
# aspect_ratio_index = ""
# video_smooth = ""
#include "/opt/retropie/configs/all/retroarch.cfg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment