mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	
							parent
							
								
									ac7bc214ab
								
							
						
					
					
						commit
						d7f9529bdd
					
				@ -188,7 +188,7 @@ private:
 | 
			
		||||
 | 
			
		||||
    __forceinline StorageType GetMask() const
 | 
			
		||||
    {
 | 
			
		||||
        return ((~(StorageTypeU)0) >> (8 * sizeof(T)-bits)) << position;
 | 
			
		||||
        return (((StorageTypeU)~0) >> (8 * sizeof(T)-bits)) << position;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    StorageType storage;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user