summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-11NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv4-170/+236
NVFlinger will call into the nvdisp_disp0 device to perform screen flips, bypassing the ioctl interface. We now have the address of the framebuffer to draw, we just need to actually put it on the screen.
2018-01-11NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv4-0/+354