Jump to content
LaunchBox Community Forums

IlhanK

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by IlhanK

  1. With your Dolphin Bar, you can switch between 4 different modes. Basically the Dolphin Bar unplugs your Wiimotes and plugs them back in as alternate devices. Sometimes Windows doesn't handle that very well, swapping around joystick order like a douche and thereby nuking your gamepad bindings in the process. SDL however doesn't seem to give a crap about what Windows does. At least on my system, it always put my xbox controllers first, anything else second, which gives me enough control to happily switch modes however I feel like. For that reason I prefer emulators that support SDL input, like Retroarch and sdlMAME etc. Mode 1 (press Home Button + DPAD DOWN on your Wii controller): Your Wiimote #1 acts like a mouse. Useful for controlling Windows desktop. Mode 2 (press Home Button + DPAD LEFT on your Wii controller): Your Wiimote #1 acts like a mouse + Wiimote buttons mapped as joystick buttons. Useful for lightgun games. Mode 3 (press Home Button + DPAD UP on your Wii controller): Your Wiimotes go into regular pc joystick mode. That's the mode most useful for Retroarch. Mode 4 (press Home Button + DPAD RIGHT on your Wii controller): Native Wiimote mode for Dolphin. So here is what you should do: - Make sure your Dolphin Bar is set to Mode 3. - Fire up Retroarch and go to driver settings and switch your driver to sdl. - Go to input settings and set up "Max Users" to 5 or 6, depending on how many xbox controllers you have connected.This is required because otherwise Retroarch won't let you see all your plugged in gamepads. The Dolphin bar always adds 4 gamepads to your pool, even if you actually have less Wiimotes connected. So that's 4 gamepads + any number of xbox controllers you additionally own. - Go to the "Input User 1/2/3/4/5/6 Binds" and under "User 1/2/3/4/5/6 Device Index" designate your controllers accordingly. You probably want your xbox controllers as player 1 for most cores, if not all. - Bind all buttons for all players properly. - SAVE! your keybinds! and your Retroarch config
  2. Try NoMousy. Works for me. Download Link: http://forum.arcadecontrols.com/index.php?action=dlattach;topic=143370.0;attach=322444 Set it up like this: https://s31.postimg.org/eq7b1x4jf/No_Mousy.png
  3. I have a similar configuration as the thread starter, and I believe I can suggest a kind-of solution for that problem. Retroarch provides different methods for polling inputs. Even if it sounds counter-intuitive for a windows based system, for your config to work properly you should go with sdl (and not with dinput or xinput). What sdl seems to be doing, is to always register native xinput controllers first, any other controller types second. On my system it even manages to keep order within the subtypes itself, meaning whatever xinput gamepad for player1 will stay player1, and xinput gamepad for player2 will stay player2. Same for the controllers connected via my dolphin bar. It's been that way since I switched to sdl two months ago, and has never failed me. So basically, if you put the dolphin bar into joystick mode, Retroarchs mapping will look like this: 1. X360 Controller #1 2. X360 Controller #2 3. Mayflash Wiimote #1 4. Mayflash Wiimote #2 5. Mayflash Wiimote #3 6. Mayflash Wiimote #4 When the dolphin is being set into mouse mode, it will be: 1. X360 Controller #1 2. X360 Controller #2 It's perfect.
×
×
  • Create New...