mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
Improve kernel events implementation (#430)
* Improve kernel events implementation * Some cleanup * Address PR feedback
This commit is contained in:

committed by
Thomas Guillemard

parent
54ed9096bd
commit
7de7b559ad
@ -338,7 +338,7 @@ namespace Ryujinx.HLE.HOS.Services.Android
|
||||
{
|
||||
BufferQueue[Slot].State = BufferState.Free;
|
||||
|
||||
BinderEvent.Signal();
|
||||
BinderEvent.ReadableEvent.Signal();
|
||||
|
||||
WaitBufferFree.Set();
|
||||
}
|
||||
|
Reference in New Issue
Block a user