From 7c1044965b4115ed1a43622ebd5930542eaecac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B3bal=20Pe=C3=B1aloza?= Date: Fri, 21 Aug 2020 21:27:01 -0400 Subject: [PATCH] Version 2.9 - Separated Orange and Green buttons on drums. --- WiitarThing/Holders/XInputHolder.cs | 3 +-- WiitarThing/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/WiitarThing/Holders/XInputHolder.cs b/WiitarThing/Holders/XInputHolder.cs index 274589d..c495b33 100644 --- a/WiitarThing/Holders/XInputHolder.cs +++ b/WiitarThing/Holders/XInputHolder.cs @@ -283,12 +283,11 @@ public static Dictionary GetDefaultMapping(ControllerType type) break; case ControllerType.Drums: - //TODO: When Clone Hero adds pro drums support, separate Green and Orange pads. result.Add(Inputs.WiiDrums.G, Inputs.Xbox360.A); result.Add(Inputs.WiiDrums.R, Inputs.Xbox360.B); result.Add(Inputs.WiiDrums.Y, Inputs.Xbox360.Y); result.Add(Inputs.WiiDrums.B, Inputs.Xbox360.X); - result.Add(Inputs.WiiDrums.O, Inputs.Xbox360.A); + result.Add(Inputs.WiiDrums.O, Inputs.Xbox360.RB); result.Add(Inputs.WiiDrums.BASS, Inputs.Xbox360.LB); result.Add(Inputs.WiiDrums.UP, Inputs.Xbox360.UP); diff --git a/WiitarThing/Properties/AssemblyInfo.cs b/WiitarThing/Properties/AssemblyInfo.cs index 9decff2..3a051c2 100644 --- a/WiitarThing/Properties/AssemblyInfo.cs +++ b/WiitarThing/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.7.0.0")] -[assembly: AssemblyFileVersion("2.7.0.0")] +[assembly: AssemblyVersion("2.9.0.0")] +[assembly: AssemblyFileVersion("2.9.0.0")]