mirror of
https://github.com/opa334/TrollStore.git
synced 2026-07-02 03:00:39 +08:00
Merge branch 'main' into exp-value-picker
This commit is contained in:
@@ -285,6 +285,8 @@ int writeRemountPrivatePreboot(void)
|
||||
|
||||
[self updateStatus:@"Done!"];
|
||||
|
||||
NSLog(@"%@", helperOutput);
|
||||
|
||||
// Print installed message
|
||||
if(ret == 0)
|
||||
{
|
||||
|
||||
@@ -65,8 +65,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;
|
||||
@@ -74,10 +75,12 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
|
||||
// iPhone 8, X
|
||||
// iPhone XS, XR
|
||||
// iPad Pro A12Z
|
||||
// iPad 8 A12
|
||||
else if (
|
||||
strstr(u.machine, "iPhone10,")
|
||||
|| strstr(u.machine, "iPhone11,")
|
||||
|| strstr(u.machine, "iPad8,")
|
||||
|| strstr(u.machine, "iPad11,")
|
||||
)
|
||||
{
|
||||
return 3;
|
||||
|
||||
Reference in New Issue
Block a user