mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
gpu: Rewrite virtual memory manager using PageTable.
This commit is contained in:
parent
6f872bd580
commit
fa405371ee
13 changed files with 497 additions and 228 deletions
|
@ -9,7 +9,6 @@
|
|||
#include "common/common_types.h"
|
||||
#include "video_core/engines/fermi_2d.h"
|
||||
#include "video_core/gpu.h"
|
||||
#include "video_core/memory_manager.h"
|
||||
|
||||
namespace VideoCore {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue