mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	AddressArbiter: Removed unnecessary HLE::Reschedule.
This commit is contained in:
		@@ -53,7 +53,6 @@ Result ArbitrateAddress(Handle handle, ArbitrationType type, u32 address, s32 va
 | 
			
		||||
            for(int i = 0; i < value; i++)
 | 
			
		||||
                ArbitrateHighestPriorityThread(handle, address);
 | 
			
		||||
        }
 | 
			
		||||
        HLE::Reschedule(__func__);
 | 
			
		||||
        break;
 | 
			
		||||
 | 
			
		||||
    // Wait current thread (acquire the arbiter)...
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user