mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 07:32:36 +08:00 
			
		
		
		
	Merge pull request #58 from verygenericname/patch-1
Add iPod 7 to IOGPU
This commit is contained in:
		
						commit
						a685c9e07c
					
				@ -53,6 +53,7 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
 | 
			
		||||
    uname(&u);
 | 
			
		||||
    
 | 
			
		||||
    // iPhone 7
 | 
			
		||||
    // iPod 7
 | 
			
		||||
    // iPhone 11
 | 
			
		||||
    // iPhone 12
 | 
			
		||||
    // iPhone 13
 | 
			
		||||
@ -60,6 +61,7 @@ int IOGPU_get_command_queue_extra_refills_needed(void)
 | 
			
		||||
    // iPad Pro (10.5-inch, WiFi)
 | 
			
		||||
    if (
 | 
			
		||||
       strstr(u.machine, "iPhone9,")
 | 
			
		||||
    || strstr(u.machine, "iPod9,")
 | 
			
		||||
    || strstr(u.machine, "iPhone12,")
 | 
			
		||||
    || strstr(u.machine, "iPhone13,")
 | 
			
		||||
    || strstr(u.machine, "iPhone14,")
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user