yuzu-mainline/src/core/hle
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
..
kernel Merge pull request #1177 from lioncash/err 2018-08-27 18:37:48 -04:00
service gpu: Make memory_manager private 2018-08-28 11:11:50 -04:00
ipc_helpers.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
ipc.h
lock.cpp
lock.h
result.h