Skip to content

Commit

Permalink
Merge branch 'opa334:2.x' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
m1337v authored May 3, 2024
2 parents ea31883 + 560846b commit a2a52ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
// iPhone 11
// iPhone 12
// iPhone 13
// iPad mini 6
if (
strstr(u.machine, "iPhone9,")
|| strstr(u.machine, "iPhone12,")
|| strstr(u.machine, "iPhone13,")
|| strstr(u.machine, "iPhone14,")
|| strstr(u.machine, "iPad14,")
)
{
return 1;
Expand Down

0 comments on commit a2a52ca

Please sign in to comment.