From b85398e4fa582516ce77aa7309fd23d5cf95ea65 Mon Sep 17 00:00:00 2001 From: opa334 Date: Sun, 4 Sep 2022 01:32:06 +0200 Subject: [PATCH] Sort iPads --- Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c index 1dc0c93..99b328f 100644 --- a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c +++ b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c @@ -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;