Skip to content

Commit

Permalink
Uncommented nefarius code that enable support for fake pads on bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
eulercb committed Jul 19, 2017
1 parent 7235535 commit feee741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ScpControl.Shared/Properties/CommonInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.6.232.16004")]
[assembly: AssemblyFileVersion("1.6.232.16004")]
[assembly: AssemblyVersion("1.6.238.16010")]
[assembly: AssemblyFileVersion("1.6.238.16010")]
6 changes: 3 additions & 3 deletions ScpControl/Bluetooth/BthDs3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ protected override void Process(DateTime now)
// TODO: this works for some but breaks others, so... dafuq >_<
if (IsFake)
{
//_hidOutputReport[0] = 0xA2;
//_hidOutputReport[3] = 0xFF;
//_hidOutputReport[5] = 0x00;
_hidOutputReport[0] = 0xA2;
_hidOutputReport[3] = 0xFF;
_hidOutputReport[5] = 0x00;
}

#endregion
Expand Down

0 comments on commit feee741

Please sign in to comment.