1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-01 23:16:02 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Nv/NvDrvServices/NvHostChannel
Billy Laws 2073ba2919
Fix a potential GPFIFO submission race ()
The syncpoint maximum value represents the maximum possible syncpt value at a given time, however due to PBs being submitted before max was incremented, for a brief moment of time this is not the case which could lead to invalid behaviour if a game waits on the fence at that specific time.
2022-06-04 21:36:36 +02:00
..
Types Fixup channel submit IOCTL syncpoint parameters () 2021-10-24 18:34:44 -03:00
ChannelInitialization.cs Separate GPU engines (part 2/2) () 2021-07-11 17:20:40 -03:00
NvHostChannelDeviceFile.cs Fix a potential GPFIFO submission race () 2022-06-04 21:36:36 +02:00
NvHostGpuDeviceFile.cs misc: Make PID unsigned long instead of long () 2022-02-09 17:18:07 -03:00