mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 15:42:35 +08:00 
			
		
		
		
	support for A12Z iPad Pro
This commit is contained in:
		
							parent
							
								
									ee08cfeb1d
								
							
						
					
					
						commit
						c79392924f
					
				@ -69,9 +69,11 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    // iPhone 8, X
 | 
					    // iPhone 8, X
 | 
				
			||||||
    // iPhone XS, XR
 | 
					    // iPhone XS, XR
 | 
				
			||||||
 | 
					    // iPad Pro A12Z
 | 
				
			||||||
    else if (
 | 
					    else if (
 | 
				
			||||||
       strstr(u.machine, "iPhone10,")
 | 
					       strstr(u.machine, "iPhone10,")
 | 
				
			||||||
    || strstr(u.machine, "iPhone11,")
 | 
					    || strstr(u.machine, "iPhone11,")
 | 
				
			||||||
 | 
					    || strstr(u.machine, "iPad8,")
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        return 3;
 | 
					        return 3;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user