mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Add missing override specifiers
This commit is contained in:
@ -29,9 +29,10 @@ private:
|
||||
class Force : public Output
|
||||
{
|
||||
public:
|
||||
std::string GetName() const;
|
||||
Force(const std::string& name, LPDIRECTINPUTEFFECT iface);
|
||||
~Force();
|
||||
|
||||
std::string GetName() const override;
|
||||
void SetState(ControlState state);
|
||||
void Update();
|
||||
void Stop();
|
||||
|
Reference in New Issue
Block a user