mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +00:00
iOS: Return mobile for device type prop.
This makes touch controls show by default, for example.
This commit is contained in:
parent
da65116f75
commit
29eea477b9
@ -63,6 +63,8 @@ int System_GetPropertyInt(SystemProperty prop) {
|
||||
return 44100;
|
||||
case SYSPROP_DISPLAY_REFRESH_RATE:
|
||||
return 60000;
|
||||
case SYSPROP_DEVICE_TYPE:
|
||||
return DEVICE_TYPE_MOBILE;
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user