Support for A10X iPad Pro

This commit is contained in:
Lunjie Li 2022-09-03 02:13:45 -04:00
parent ee08cfeb1d
commit 6cddaf720f
No known key found for this signature in database
GPG Key ID: 68496132635C9DD5
1 changed files with 2 additions and 0 deletions

View File

@ -57,12 +57,14 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
// iPhone 12
// iPhone 13
// iPad Pro M1(?)
// iPad Pro (10.5-inch, WiFi)
if (
strstr(u.machine, "iPhone9,")
|| strstr(u.machine, "iPhone12,")
|| strstr(u.machine, "iPhone13,")
|| strstr(u.machine, "iPhone14,")
|| strstr(u.machine, "iPad13,")
|| strstr(u.machine, "iPad7,3")
)
{
return 1;