mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-18 16:01:55 -04:00
ControllerInterface: Implement dummy UpdateInput / UpdateOutputs
Make the implementation here a bit easier.
This commit is contained in:
@@ -71,7 +71,6 @@ private:
|
||||
|
||||
public:
|
||||
bool UpdateInput() override;
|
||||
bool UpdateOutput() override;
|
||||
|
||||
KeyboardMouse(Window window);
|
||||
~KeyboardMouse();
|
||||
|
||||
Reference in New Issue
Block a user