From a4d97c668db83dae73a283e0c94fcf03b3b202ce Mon Sep 17 00:00:00 2001 From: misteraddons <51079966+misteraddons@users.noreply.github.com> Date: Fri, 4 Jun 2021 00:46:34 -0600 Subject: [PATCH] Add description for gamepad mapping option (positional vs name) --- MiSTer.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MiSTer.ini b/MiSTer.ini index 923ce2a..60e56c5 100644 --- a/MiSTer.ini +++ b/MiSTer.ini @@ -147,4 +147,9 @@ shared_folder= ; Default filters for video scaler and audio. Paths must be relative to scaler/audio filter folder without leading slash. ;vfilter_default=LCD Effects/LCD_Effect_07.txt -;afilter_default=LPF2000_3tap.txt +;afilter_default=LPF2000_3tap.txt + +; Defines internal joypad mapping from virtual SNES mapping in main to core mapping +; Set to 0 for name mapping (jn) (e.g. A button in SNES core = A button on controller regardless of position on pad) +; Set to 1 for positional mapping (jp) (e.g. A button in SNES core = East button on controller regardless of button name) +gamepad_defaults=0