Commit afd0200a authored by piratesephiroth's avatar piratesephiroth
Browse files

Add Wii U Gamepad Slot selection

parent a35d8d4a
......@@ -533,7 +533,7 @@ namespace TeconMoon_s_WiiVC_Injector
}
// WII U GAMEPAD SLOT
nintendontCfg.wiiuGamepadSlot = (uint)(wiiUGamepadSlotBox.SelectedIndex + 1);
nintendontCfg.wiiuGamepadSlot = (uint)(wiiUGamepadSlotBox.SelectedIndex);
//
// SAVING THE FILE
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment