Эх сурвалжийг харах

AddressArbiter: Removed unnecessary HLE::Reschedule.

bunnei 12 жил өмнө
parent
commit
2542350b85

+ 0 - 1
src/core/hle/kernel/address_arbiter.cpp

@@ -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)...