mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	emitter: Get rid of CanDoOpWith
This was removed in Dolphin as there were no particular uses for it. I'm sure the same will apply to citra.
This commit is contained in:
		
							parent
							
								
									6085b419e5
								
							
						
					
					
						commit
						e66a6a2a1b
					
				@ -190,13 +190,6 @@ struct OpArg
 | 
			
		||||
        return IsSimpleReg() && GetSimpleReg() == reg;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    bool CanDoOpWith(const OpArg &other) const
 | 
			
		||||
    {
 | 
			
		||||
        if (IsSimpleReg()) return true;
 | 
			
		||||
        if (!IsSimpleReg() && !other.IsSimpleReg() && !other.IsImm()) return false;
 | 
			
		||||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    int GetImmBits() const
 | 
			
		||||
    {
 | 
			
		||||
        switch (scale)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user