aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Nv/NvDrvServices/NvHostCtrl/NvHostCtrlDeviceFile.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-02-09misc: Make PID unsigned long instead of long (#3043)Mary
2021-11-04Ensure syncpoints are released and event handles closed on channel close (#2812)gdkchan
2021-10-19EventWait should not signal the event when it returns Success (#2739)gdkchan
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-08-04Improved Logger (#1292)mageven
2020-05-02nvservice: add a lock around NvHostEvent and remove release fence on SFv2 (#1...Thog
2020-05-01nvservices: mitigate abort with heavy load on the GPU processing thread (#1173)Thog
2020-04-19Implement GPU syncpoints (#980)Thog
2019-11-03Rewrite nvservices (#800)Thomas Guillemard