mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
WiimoteScannerDarwin: Fix lint
This commit is contained in:
@ -25,6 +25,7 @@ public:
|
|||||||
void FindWiimotes(std::vector<Wiimote*>&, Wiimote*&) override;
|
void FindWiimotes(std::vector<Wiimote*>&, Wiimote*&) override;
|
||||||
void Update() override {} // not needed
|
void Update() override {} // not needed
|
||||||
void RequestStopSearching() override { m_stop_scanning = true; }
|
void RequestStopSearching() override { m_stop_scanning = true; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
IOBluetoothHostController* m_host_controller;
|
IOBluetoothHostController* m_host_controller;
|
||||||
bool m_stop_scanning = false;
|
bool m_stop_scanning = false;
|
||||||
|
Reference in New Issue
Block a user