mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Merge pull request #5132 from ligfx/commentoutpagetagshift
MMU: comment-out unused var HW_PAGE_TAG_SHIFT
This commit is contained in:
commit
09f4d494ef
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ namespace PowerPC
|
||||||
constexpr size_t HW_PAGE_SIZE = 4096;
|
constexpr size_t HW_PAGE_SIZE = 4096;
|
||||||
constexpr u32 HW_PAGE_INDEX_SHIFT = 12;
|
constexpr u32 HW_PAGE_INDEX_SHIFT = 12;
|
||||||
constexpr u32 HW_PAGE_INDEX_MASK = 0x3f;
|
constexpr u32 HW_PAGE_INDEX_MASK = 0x3f;
|
||||||
constexpr u32 HW_PAGE_TAG_SHIFT = 18;
|
|
||||||
|
|
||||||
// EFB RE
|
// EFB RE
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue