Merge pull request #19 from udevsharold/main

Support for A12Z iPad Pro
This commit is contained in:
Lars Fröder 2022-09-03 12:17:05 +02:00 committed by GitHub
commit 85149c7b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -69,9 +69,11 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
}
// iPhone 8, X
// iPhone XS, XR
// iPad Pro A12Z
else if (
strstr(u.machine, "iPhone10,")
|| strstr(u.machine, "iPhone11,")
|| strstr(u.machine, "iPad8,")
)
{
return 3;