mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
MMU: remove unused var HW_PAGE_TAG_SHIFT
It's not used, so produces a warning during compilation.
This commit is contained in:
parent
f03fa54bcb
commit
da6a1daef6
@ -29,7 +29,6 @@ namespace PowerPC
|
||||
constexpr size_t HW_PAGE_SIZE = 4096;
|
||||
constexpr u32 HW_PAGE_INDEX_SHIFT = 12;
|
||||
constexpr u32 HW_PAGE_INDEX_MASK = 0x3f;
|
||||
constexpr u32 HW_PAGE_TAG_SHIFT = 18;
|
||||
|
||||
// EFB RE
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user