mirror of https://github.com/opa334/TrollStore.git
Support for all A10 variants
This commit is contained in:
parent
6cddaf720f
commit
32128faa15
|
@ -64,7 +64,7 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
|
||||||
|| strstr(u.machine, "iPhone13,")
|
|| strstr(u.machine, "iPhone13,")
|
||||||
|| strstr(u.machine, "iPhone14,")
|
|| strstr(u.machine, "iPhone14,")
|
||||||
|| strstr(u.machine, "iPad13,")
|
|| strstr(u.machine, "iPad13,")
|
||||||
|| strstr(u.machine, "iPad7,3")
|
|| strstr(u.machine, "iPad7,")
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue