mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 14:27:57 -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:
@ -6,7 +6,6 @@
|
||||
|
||||
#include "common/logging/log.h"
|
||||
|
||||
#include "core/mem_map.h"
|
||||
#include "core/hle/kernel/resource_limit.h"
|
||||
|
||||
namespace Kernel {
|
||||
|
Reference in New Issue
Block a user