mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 05:05:26 +02:00
[HLE/Kernel] Somewhat improved sync primitives
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Ryujinx.Core.OsHle.Services.Aud
|
||||
}
|
||||
|
||||
//TODO: We shouldn't be signaling this here.
|
||||
UpdateEvent.Handle.Set();
|
||||
UpdateEvent.WaitEvent.Set();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user