mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
ControllerInterface: Implement dummy UpdateInput / UpdateOutputs
Make the implementation here a bit easier.
This commit is contained in:
parent
0c056c6411
commit
367a42dcfd
10 changed files with 3 additions and 32 deletions
|
@ -39,9 +39,6 @@ private:
|
|||
};
|
||||
|
||||
public:
|
||||
bool UpdateInput() { return true; }
|
||||
bool UpdateOutput() { return true; }
|
||||
|
||||
Touchscreen(int padID);
|
||||
~Touchscreen() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue