mc.mitm: report that mocute 050 controller doesn't support SetTsi function

This commit is contained in:
ndeadly 2021-08-04 13:44:22 +02:00
parent 465ffa5268
commit 565b9ecd6d

View file

@ -88,7 +88,9 @@ namespace ams::controller {
};
MocuteController(const bluetooth::Address *address)
: EmulatedSwitchController(address) { };
: EmulatedSwitchController(address) { }
bool SupportsSetTsiCommand(void) { return false; }
void UpdateControllerState(const bluetooth::HidReport *report);