mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Android: don't init touch pointer when device doesn't have touch
This commit is contained in:
parent
e8739156e4
commit
e15af5077f
@ -1067,6 +1067,7 @@ public final class EmulationActivity extends AppCompatActivity
|
||||
|
||||
public void initInputPointer()
|
||||
{
|
||||
mEmulationFragment.initInputPointer();
|
||||
if (deviceHasTouchScreen())
|
||||
mEmulationFragment.initInputPointer();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user