Skip to content

Commit

Permalink
Version 2.9 - Separated Orange and Green buttons on drums.
Browse files Browse the repository at this point in the history
  • Loading branch information
CristobalPenaloza committed Aug 22, 2020
1 parent 744f6cd commit 7c10449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions WiitarThing/Holders/XInputHolder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,11 @@ public static Dictionary<string, string> 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);
Expand Down
4 changes: 2 additions & 2 deletions WiitarThing/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 7c10449

Please sign in to comment.