1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-22 06:53:30 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Nv
Billy Laws 2073ba2919
Fix a potential GPFIFO submission race (#3378)
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
..
NvDrvServices Fix a potential GPFIFO submission race (#3378) 2022-06-04 21:36:36 +02:00
Types nvdrv: Partially implementation of GetStatus (#1215) 2020-05-13 15:29:16 +10:00
Host1xContext.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
INvDrvDebugFSServices.cs
INvDrvServices.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
INvGemControl.cs
INvGemCoreDump.cs
NvIoctl.cs
NvMemoryAllocator.cs Initial support for separate GPU address spaces (#2394) 2021-06-29 19:32:02 +02:00