mirror of
https://github.com/opa334/TrollStore.git
synced 2025-07-12 16:06:07 +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 XS, XR
|
||||
// iPad Pro A12Z
|
||||
// iPad 8th Gen
|
||||
else if (
|
||||
strstr(u.machine, "iPhone10,")
|
||||
|| strstr(u.machine, "iPhone11,")
|
||||
|| strstr(u.machine, "iPad8,")
|
||||
|| strstr(u.machine, "iPad11,")
|
||||
)
|
||||
{
|
||||
return 3;
|
||||
|
|
Loading…
Reference in New Issue
Block a user