1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 07:23:59 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/SurfaceFlinger
gdkchan 0d174cbd45
EventWait should not signal the event when it returns Success (#2739)
* Fix race when EventWait is called and a wait is done on the CPU

* This is useless now

* Fix EventSignal

* Ensure the signal belongs to the current fence, to avoid stale signals
2021-10-19 17:25:32 -03:00
..
Types EventWait should not signal the event when it returns Success (#2739) 2021-10-19 17:25:32 -03:00
BufferItemConsumer.cs
BufferQueue.cs
BufferQueueConsumer.cs
BufferQueueCore.cs
BufferQueueProducer.cs
BufferSlot.cs
BufferSlotArray.cs
ConsumerBase.cs
HOSBinderDriverServer.cs
IBinder.cs
IConsumerListener.cs
IFlattenable.cs
IGraphicBufferProducer.cs
IHOSBinderDriver.cs HLE: Fix integer sign inconcistency accross the codebase (#2222) 2021-04-24 12:16:01 +02:00
IProducerListener.cs
NativeWindowApi.cs
NativeWindowAttribute.cs
NativeWindowScalingMode.cs
NativeWindowTransform.cs
Parcel.cs
ParcelHeader.cs
PixelFormat.cs
Status.cs
SurfaceFlinger.cs EventWait should not signal the event when it returns Success (#2739) 2021-10-19 17:25:32 -03:00