yuzu/src/core/hle/service/nvdrv
Lioncash 45fb74d262 gpu: Make memory_manager private
Makes the class interface consistent and provides accessors for
obtaining a reference to the memory manager instance.

Given we also return references, this makes our more flimsy uses of
const apparent, given const doesn't propagate through pointers in the
way one would typically expect. This makes our mutable state more
apparent in some places.
2018-08-28 11:11:50 -04:00
..
devices gpu: Make memory_manager private 2018-08-28 11:11:50 -04:00
interface.cpp GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 2018-07-21 15:50:02 -05:00
interface.h nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvdrv.cpp Registered missing channel devices 2018-08-13 14:03:50 +10:00
nvdrv.h nvdrv: Get rid of global std::weak_ptr 2018-08-07 21:53:05 -04:00
nvmemp.cpp nvdrv: Get rid of indirect inclusions 2018-08-07 08:54:50 -04:00
nvmemp.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00