forked from eden-emu/eden
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
This commit is contained in:
parent
e2c7954be5
commit
69c3021a8d
6 changed files with 5 additions and 6 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
#include "core/core.h"
|
||||
#include "core/core_timing.h"
|
||||
#include "core/mem_map.h"
|
||||
#include "core/system.h"
|
||||
#include "core/hw/hw.h"
|
||||
#include "core/hle/hle.h"
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/kernel/memory.h"
|
||||
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue