mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 12:12:41 +00:00
Memory: Use a table based lookup scheme to read from memory regions
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
|
||||
namespace Memory {
|
||||
|
||||
/**
|
||||
* Page size used by the ARM architecture. This is the smallest granularity with which memory can
|
||||
* be mapped.
|
||||
*/
|
||||
const u32 PAGE_SIZE = 0x1000;
|
||||
|
||||
/// Physical memory regions as seen from the ARM11
|
||||
|
||||
Reference in New Issue
Block a user