mirror of
				https://git.h3cjp.net/H3cJP/citra.git
				synced 2025-11-04 00:46:37 +00:00 
			
		
		
		
	hle: kernel: KMemoryManager: Add aliases.
This commit is contained in:
		
							parent
							
								
									c17beefe3d
								
							
						
					
					
						commit
						43a29b5803
					
				| 
						 | 
				
			
			@ -29,6 +29,10 @@ public:
 | 
			
		|||
 | 
			
		||||
        Shift = 4,
 | 
			
		||||
        Mask = (0xF << Shift),
 | 
			
		||||
 | 
			
		||||
        // Aliases.
 | 
			
		||||
        Unsafe = Application,
 | 
			
		||||
        Secure = System,
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    enum class Direction : u32 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue