mirror of https://github.com/opa334/TrollStore.git
Update IOGPU.c (again)
This commit is contained in:
parent
f790505ad4
commit
a4512339ae
|
@ -52,16 +52,17 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
|
|||
struct utsname u;
|
||||
uname(&u);
|
||||
|
||||
// iPhone 7
|
||||
// iPod Touch 7
|
||||
// iPhone 11
|
||||
// iPhone 7
|
||||
// iPhone 11 & SE 2
|
||||
// iPhone 12
|
||||
// iPhone 13
|
||||
// iPad Pro M1(?)
|
||||
// iPad Pro (10.5-inch, WiFi)
|
||||
// iPhone 13 & SE 3
|
||||
// iPad7,* has too many different models to list here, see theiphonewiki's "Models" page for info
|
||||
// iPad 9
|
||||
// iPad13,1-13,2 is the iPad Air 4 and 13,4-13,11 is the iPad Pro M1.
|
||||
if (
|
||||
strstr(u.machine, "iPhone9,")
|
||||
|| strstr(u.machine, "iPod9,")
|
||||
strstr(u.machine, "iPod9,")
|
||||
|| strstr(u.machine, "iPhone9,")
|
||||
|| strstr(u.machine, "iPhone12,")
|
||||
|| strstr(u.machine, "iPhone13,")
|
||||
|| strstr(u.machine, "iPhone14,")
|
||||
|
|
Loading…
Reference in New Issue