mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Android: don't init touch pointer when device doesn't have touch
This commit is contained in:
parent
e8739156e4
commit
e15af5077f
1 changed files with 2 additions and 1 deletions
|
@ -1067,6 +1067,7 @@ public final class EmulationActivity extends AppCompatActivity
|
||||||
|
|
||||||
public void initInputPointer()
|
public void initInputPointer()
|
||||||
{
|
{
|
||||||
|
if (deviceHasTouchScreen())
|
||||||
mEmulationFragment.initInputPointer();
|
mEmulationFragment.initInputPointer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue