mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-19 07:00:56 -05:00
ControllerInterface: Implement dummy UpdateInput / UpdateOutputs
Make the implementation here a bit easier.
This commit is contained in:
@@ -39,9 +39,6 @@ private:
|
||||
};
|
||||
|
||||
public:
|
||||
bool UpdateInput() { return true; }
|
||||
bool UpdateOutput() { return true; }
|
||||
|
||||
Touchscreen(int padID);
|
||||
~Touchscreen() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user