Memmap: Clean up indentation and whitespace a bit

This commit is contained in:
Jasper St. Pierre 2014-10-11 22:43:10 -07:00
parent 890b788633
commit 81939e808f
1 changed files with 4 additions and 7 deletions

View File

@ -122,9 +122,6 @@ static const MemoryView views[] =
{nullptr, &m_pVirtualCachedRAM, 0x80000000, RAM_SIZE, MV_MIRROR_PREVIOUS},
{nullptr, &m_pVirtualUncachedRAM, 0xC0000000, RAM_SIZE, MV_MIRROR_PREVIOUS},
// Don't map any memory for the EFB. We want all access to this area to go
// through the hardware access handlers.
{&m_pL1Cache, &m_pVirtualL1Cache, 0xE0000000, L1_CACHE_SIZE, 0},
{&m_pFakeVMEM, &m_pVirtualFakeVMEM, 0x7E000000, FAKEVMEM_SIZE, MV_FAKE_VMEM},