summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-11-13 00:53:24 -0800
committerJasper St. Pierre <jstpierre@mecheye.net>2014-11-28 10:50:45 -0800
commit367a42dcfdf61e5fcd3e3444190ed25d4d8fc114 (patch)
treea7ec9ee4e808582d835bddd0cfc104c58a82c831 /Source/Core/InputCommon/ControllerInterface/Android
parent0c056c64118673ece8fefcc22fa64b78c5431ab6 (diff)
ControllerInterface: Implement dummy UpdateInput / UpdateOutputs
Make the implementation here a bit easier.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Android/Android.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.h b/Source/Core/InputCommon/ControllerInterface/Android/Android.h
index 309f42e604..5d6767aa03 100644
--- a/Source/Core/InputCommon/ControllerInterface/Android/Android.h
+++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.h
@@ -39,9 +39,6 @@ private:
};
public:
- bool UpdateInput() { return true; }
- bool UpdateOutput() { return true; }
-
Touchscreen(int padID);
~Touchscreen() {}