mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 07:32:36 +08:00 
			
		
		
		
	Merge pull request #64 from 0x8ff/m1
Update IOGPU.c to have more descriptive comments
This commit is contained in:
		
						commit
						460b881934
					
				@ -52,16 +52,17 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
 | 
			
		||||
    struct utsname u;
 | 
			
		||||
    uname(&u);
 | 
			
		||||
    
 | 
			
		||||
    // iPod Touch 7
 | 
			
		||||
    // iPhone 7
 | 
			
		||||
    // iPod 7
 | 
			
		||||
    // iPhone 11
 | 
			
		||||
    // 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
	
	Block a user