Sort iPads

This commit is contained in:
opa334 2022-09-04 01:32:06 +02:00
parent 3fbed05592
commit b85398e4fa
1 changed files with 1 additions and 1 deletions

View File

@ -63,9 +63,9 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
|| strstr(u.machine, "iPhone12,")
|| strstr(u.machine, "iPhone13,")
|| strstr(u.machine, "iPhone14,")
|| strstr(u.machine, "iPad13,")
|| strstr(u.machine, "iPad7,")
|| strstr(u.machine, "iPad12,")
|| strstr(u.machine, "iPad13,")
)
{
return 1;