mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 20:44:02 +08:00 
			
		
		
		
	fixup! hle: kernel: Migrate to KHandleTable.
This commit is contained in:
		
							parent
							
								
									ad5a5ef43f
								
							
						
					
					
						commit
						1e983b19df
					
				@ -257,6 +257,9 @@ private:
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    union HandlePack {
 | 
			
		||||
        HandlePack() = default;
 | 
			
		||||
        HandlePack(Handle handle) : raw{static_cast<u32>(handle)} {}
 | 
			
		||||
 | 
			
		||||
        u32 raw;
 | 
			
		||||
        BitField<0, 15, u32> index;
 | 
			
		||||
        BitField<15, 15, u32> linear_id;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user