mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX
This commit is contained in:
@ -33,7 +33,7 @@ private:
|
||||
~Force();
|
||||
|
||||
std::string GetName() const override;
|
||||
void SetState(ControlState state);
|
||||
void SetState(ControlState state) override;
|
||||
void Update();
|
||||
void Stop();
|
||||
private:
|
||||
|
Reference in New Issue
Block a user