Skip to content

Commit

Permalink
Sort iPads
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Sep 3, 2022
1 parent 3fbed05 commit b85398e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b85398e

Please sign in to comment.