[Kernel] Replaced Yield in XAudioGetVoiceCategoryVolumeChangeMask with NanoSleep
- Removed Yield in XamUserGetSigninState
This commit is contained in:
committed by
Radosław Gliński
parent
56cff3a09a
commit
8f5da619f9
@@ -30,7 +30,7 @@ dword_result_t XAudioGetVoiceCategoryVolumeChangeMask_entry(
|
||||
lpunknown_t driver_ptr, lpdword_t out_ptr) {
|
||||
assert_true((driver_ptr.guest_address() & 0xFFFF0000) == 0x41550000);
|
||||
|
||||
xe::threading::MaybeYield();
|
||||
xe::threading::NanoSleep(1000);
|
||||
|
||||
// Checking these bits to see if any voice volume changed.
|
||||
// I think.
|
||||
|
||||
Reference in New Issue
Block a user