From 1f769d2262c9c3a44f737933191fcb8aa14e42f8 Mon Sep 17 00:00:00 2001 From: madmodder123 <33565771+madmodder123@users.noreply.github.com> Date: Mon, 3 May 2021 15:43:53 -0700 Subject: [PATCH] Added note about gamecontrollerdb.txt for SDL controller mapping --- Options.mediawiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Options.mediawiki b/Options.mediawiki index 28710dc..465032a 100644 --- a/Options.mediawiki +++ b/Options.mediawiki @@ -184,7 +184,7 @@ Leave this option blank for auto-selection. | Any ''(default)'' | any |- -| SDL2 ''(needed for non-XInput controllers, '''DOES NOT REQUIRE DLL''')'' +| SDL2* ''(needed for non-XInput controllers, '''DOES NOT REQUIRE DLL''')'' | sdl |- | XInput @@ -193,3 +193,4 @@ Leave this option blank for auto-selection. | Keyboard | winkey |} +*When using SDL: If your game controller is not mapped correctly, [https://github.com/gabomdq/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt download gamecontrollerdb.txt] and place it in the folder next to your xenia executable.