citra/src
Yuri Kunde Schlesner 0a60aa75c2 Kernel: Add VMManager to manage process address spaces
This enables more dynamic management of the process address space,
compared to just directly configuring the page table for major areas.

This will serve as the foundation upon which the rest of the Kernel
memory management functions will be built.
2015-05-27 03:24:12 -03:00
..
assets
citra OpenGL renderer 2015-05-22 15:51:18 -07:00
citra_qt Qt: Silence a bogus warning printed when using the debug runtime 2015-05-23 02:27:27 -03:00
common OpenGL renderer 2015-05-22 15:51:18 -07:00
core Kernel: Add VMManager to manage process address spaces 2015-05-27 03:24:12 -03:00
video_core gl_state: Remove unnecessary const specifier on Apply 2015-05-23 00:58:32 -04:00
CMakeLists.txt