mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02: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