mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #669 from lioncash/cruft
armmmu: Remove unnecessary enum values
This commit is contained in:
		
						commit
						5ac2a41f72
					
				@ -46,16 +46,6 @@ enum
 | 
			
		||||
    MMU_V3_FLUSH_TLB = 5,
 | 
			
		||||
    MMU_V3_FLUSH_TLB_ENTRY = 6,
 | 
			
		||||
    MMU_V3_FLUSH_CACHE = 7,
 | 
			
		||||
 | 
			
		||||
	// MMU Intel SA-1100
 | 
			
		||||
	MMU_SA_RB_OPS = 9,
 | 
			
		||||
	MMU_SA_DEBUG = 14,
 | 
			
		||||
	MMU_SA_CP15_R15 = 15,
 | 
			
		||||
 | 
			
		||||
	// Intel xscale CP15
 | 
			
		||||
	XSCALE_CP15_CACHE_TYPE = 0,
 | 
			
		||||
	XSCALE_CP15_AUX_CONTROL = 1,
 | 
			
		||||
	XSCALE_CP15_COPRO_ACCESS = 15,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
// Reads data in big/little endian format based on the
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user