mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 15:07:56 -05:00
Memory: Move address type conversion routines to memory.cpp/h
These helpers aren't really part of the kernel, and mem_map.cpp/h is going to be moved there next.
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
|
||||
#include "common/bit_field.h"
|
||||
|
||||
#include "core/mem_map.h"
|
||||
#include "core/memory.h"
|
||||
#include "core/hle/kernel/event.h"
|
||||
#include "core/hle/kernel/shared_memory.h"
|
||||
|
Reference in New Issue
Block a user