summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/nvdrv_a.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aGravatar Subv2018-01-161-69/+0
* NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...Gravatar Subv2018-01-161-21/+6
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* NV: Move the nv device nodes to their own directory and namespace.Gravatar Subv2018-01-101-162/+7
* NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Gravatar Subv2018-01-101-167/+123
* NV: Implemented the nvdrv:a service and the /dev/nvmap device.Gravatar Subv2018-01-101-0/+283