suyu/src
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
..
audio_core audio_core/filter: Add explicit cast to assignment in Process() 2018-08-21 12:32:37 -04:00
common Merge pull request #1170 from lioncash/ret 2018-08-27 18:18:31 -04:00
core gpu: Make memory_manager private 2018-08-28 11:11:50 -04:00
input_common
tests externals: Update catch to 2.3.0 2018-08-07 19:26:13 -04:00
video_core gpu: Make memory_manager private 2018-08-28 11:11:50 -04:00
yuzu gpu: Make memory_manager private 2018-08-28 11:11:50 -04:00
yuzu_cmd Port #3353 from Citra 2018-08-21 01:14:06 +02:00
.clang-format
CMakeLists.txt