From 1cb07b1c4827d6c8252ca6e263f33becc980a986 Mon Sep 17 00:00:00 2001 From: sigmabeta Date: Thu, 23 Jul 2015 23:17:16 -0400 Subject: Android: Wiimote UI Fixup --- Source/Core/InputCommon/ControllerInterface/Android/Android.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/Android/Android.cpp') 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) -- cgit v1.2.3