Skip to content

Commit

Permalink
multicast_bytecopy for iPad mini 6 (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1zole committed May 3, 2024
1 parent 181a084 commit 560846b
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 560846b

Please sign in to comment.