mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +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()
|
||||
{
|
||||
mEmulationFragment.initInputPointer();
|
||||
if (deviceHasTouchScreen())
|
||||
mEmulationFragment.initInputPointer();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue