mirror of
https://github.com/opa334/TrollStore.git
synced 2025-04-14 00:03:12 +08:00
Added support for 8th gen iPad
This commit is contained in:
parent
15b8fbd6f2
commit
ba9d907490
@ -72,10 +72,12 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
|
|||||||
// iPhone 8, X
|
// iPhone 8, X
|
||||||
// iPhone XS, XR
|
// iPhone XS, XR
|
||||||
// iPad Pro A12Z
|
// iPad Pro A12Z
|
||||||
|
// iPad 8th Gen
|
||||||
else if (
|
else if (
|
||||||
strstr(u.machine, "iPhone10,")
|
strstr(u.machine, "iPhone10,")
|
||||||
|| strstr(u.machine, "iPhone11,")
|
|| strstr(u.machine, "iPhone11,")
|
||||||
|| strstr(u.machine, "iPad8,")
|
|| strstr(u.machine, "iPad8,")
|
||||||
|
|| strstr(u.machine, "iPad11,")
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return 3;
|
return 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user