citra/src/yuzu/debugger/graphics
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
..
graphics_breakpoint_observer.cpp yuzu: Use Qt 5 signal/slots where applicable 2018-08-02 22:18:33 -04:00
graphics_breakpoint_observer.h yuzu: Use Qt 5 signal/slots where applicable 2018-08-02 22:18:33 -04:00
graphics_breakpoints.cpp debug_utils: Remove unused includes 2018-08-24 20:49:14 -04:00
graphics_breakpoints.h yuzu: Use Qt 5 signal/slots where applicable 2018-08-02 22:18:33 -04:00
graphics_breakpoints_p.h yuzu: Use Qt 5 signal/slots where applicable 2018-08-02 22:18:33 -04:00
graphics_surface.cpp gpu: Make memory_manager private 2018-08-28 11:11:50 -04:00
graphics_surface.h qt: Add missing override specifiers where applicable 2018-08-06 13:29:14 -04:00