Fast-pathing MDI's that have only one draw.

This commit is contained in:
Ben Vanik
2015-01-04 14:23:28 -08:00
parent 4fcf9c6229
commit 55c4488ab2
2 changed files with 27 additions and 8 deletions

View File

@@ -287,7 +287,7 @@ SHIM_CALL KeDelayExecutionThread_shim(PPCContext* ppc_state,
}
SHIM_CALL NtYieldExecution_shim(PPCContext* ppc_state, KernelState* state) {
XELOGD("NtYieldExecution()");
//XELOGD("NtYieldExecution()");
XThread* thread = XThread::GetCurrentThread();
X_STATUS result = thread->Delay(0, 0, 0);
SHIM_SET_RETURN_64(0);