mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 07:32:36 +08:00 
			
		
		
		
	
						commit
						15b8fbd6f2
					
				@ -57,12 +57,14 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
 | 
				
			|||||||
    // iPhone 12
 | 
					    // iPhone 12
 | 
				
			||||||
    // iPhone 13
 | 
					    // iPhone 13
 | 
				
			||||||
    // iPad Pro M1(?)
 | 
					    // iPad Pro M1(?)
 | 
				
			||||||
 | 
					    // iPad Pro (10.5-inch, WiFi)
 | 
				
			||||||
    if (
 | 
					    if (
 | 
				
			||||||
       strstr(u.machine, "iPhone9,")
 | 
					       strstr(u.machine, "iPhone9,")
 | 
				
			||||||
    || strstr(u.machine, "iPhone12,")
 | 
					    || strstr(u.machine, "iPhone12,")
 | 
				
			||||||
    || 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,")
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        return 1;
 | 
					        return 1;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user