summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
diff options
context:
space:
mode:
authorsigmabeta <sigmabeta@users.noreply.github.com>2015-07-23 23:17:16 -0400
committersigmabeta <sigmabeta@users.noreply.github.com>2015-07-23 23:17:16 -0400
commit1cb07b1c4827d6c8252ca6e263f33becc980a986 (patch)
tree07d2c9f1aa221a63db57f9a26b88cee267d9d3ac /Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
parent008ac0eeb09ffb3528b1df875cee9076648b5a5a (diff)
Android: Wiimote UI Fixup
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android/Android.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Android/Android.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
index 24c6efebe9..7cf0f628bd 100644
--- a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp
@@ -36,7 +36,7 @@ std::string Touchscreen::GetSource() const
int Touchscreen::GetId() const
{
- return 0;
+ return _padID;
}
Touchscreen::Touchscreen(int padID)
: _padID(padID)