mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Android: Wiimote UI Fixup
This commit is contained in:
parent
008ac0eeb0
commit
1cb07b1c48
2 changed files with 13 additions and 13 deletions
|
@ -36,7 +36,7 @@ std::string Touchscreen::GetSource() const
|
|||
|
||||
int Touchscreen::GetId() const
|
||||
{
|
||||
return 0;
|
||||
return _padID;
|
||||
}
|
||||
Touchscreen::Touchscreen(int padID)
|
||||
: _padID(padID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue