mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Android: Wiimote UI Fixup
This commit is contained in:
@@ -36,7 +36,7 @@ std::string Touchscreen::GetSource() const
|
||||
|
||||
int Touchscreen::GetId() const
|
||||
{
|
||||
return 0;
|
||||
return _padID;
|
||||
}
|
||||
Touchscreen::Touchscreen(int padID)
|
||||
: _padID(padID)
|
||||
|
||||
Reference in New Issue
Block a user