summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/syncpoint_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDcomex2020-11-241-2/+2
| | | | | | | | - Use .at() instead of raw indexing when dealing with untrusted indices. - For the special case of WaitFence with syncpoint id UINT32_MAX, instead of crashing, log an error and ignore. This is what I get when running Super Mario Maker 2.
* hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints.bunnei2020-11-011-0/+85