mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-16 13:18:27 +00:00
mc.mitm: report that mocute 050 controller doesn't support SetTsi function
This commit is contained in:
parent
465ffa5268
commit
565b9ecd6d
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue