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