Browse Source

Enable mouse emulation for Android

As a temporarly solution untill we implement a proper virtual controller
pull/2165/head
Anders Jenbo 5 years ago
parent
commit
0227519267
  1. 2
      Source/utils/display.cpp

2
Source/utils/display.cpp

@ -127,7 +127,7 @@ bool SpawnWindow(const char *lpWindowName)
scePowerSetArmClockFrequency(444);
#endif
#if SDL_VERSION_ATLEAST(2, 0, 6)
#if SDL_VERSION_ATLEAST(2, 0, 6) && defined(__vita__)
SDL_SetHint(SDL_HINT_TOUCH_MOUSE_EVENTS, "0");
#endif

Loading…
Cancel
Save