Revert "Merge branch 'master' into 'dev'"
This reverts merge request !17
This commit is contained in:
parent
fdadc50fff
commit
cdbdf63ebe
2887 changed files with 18295 additions and 18366 deletions
|
|
@ -39,9 +39,9 @@ namespace Core::Memory {
|
|||
* Page size used by the ARM architecture. This is the smallest granularity with which memory can
|
||||
* be mapped.
|
||||
*/
|
||||
constexpr std::size_t suyu_PAGEBITS = 12;
|
||||
constexpr u64 suyu_PAGESIZE = 1ULL << suyu_PAGEBITS;
|
||||
constexpr u64 suyu_PAGEMASK = suyu_PAGESIZE - 1;
|
||||
constexpr std::size_t YUZU_PAGEBITS = 12;
|
||||
constexpr u64 YUZU_PAGESIZE = 1ULL << YUZU_PAGEBITS;
|
||||
constexpr u64 YUZU_PAGEMASK = YUZU_PAGESIZE - 1;
|
||||
|
||||
/// Virtual user-space memory regions
|
||||
enum : u64 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue