[ios] Disable hardware cursor
This commit is contained in:
parent
d9d72fbbc7
commit
654c53c65e
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ void SaveIni()
|
|||
#if SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
bool HardwareCursorDefault()
|
||||
{
|
||||
#ifdef __ANDROID__
|
||||
#if defined(__ANDROID__) || defined(TARGET_OS_IPHONE)
|
||||
// See https://github.com/diasurgical/devilutionX/issues/2502
|
||||
return false;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue