Support for all A10 variants

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

View File

@ -64,7 +64,7 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
|| strstr(u.machine, "iPhone13,")
|| strstr(u.machine, "iPhone14,")
|| strstr(u.machine, "iPad13,")
|| strstr(u.machine, "iPad7,3")
|| strstr(u.machine, "iPad7,")
)
{
return 1;