Browse Source

[ios] Disable hardware cursor

pull/3693/head
Anders Jenbo 4 years ago
parent
commit
654c53c65e
  1. 2
      Source/options.cpp

2
Source/options.cpp

@ -187,7 +187,7 @@ void SaveIni()
#if SDL_VERSION_ATLEAST(2, 0, 0) #if SDL_VERSION_ATLEAST(2, 0, 0)
bool HardwareCursorDefault() bool HardwareCursorDefault()
{ {
#ifdef __ANDROID__ #if defined(__ANDROID__) || defined(TARGET_OS_IPHONE)
// See https://github.com/diasurgical/devilutionX/issues/2502 // See https://github.com/diasurgical/devilutionX/issues/2502
return false; return false;
#else #else

Loading…
Cancel
Save