[Project64] Cleanup FlashRam.cpp

This commit is contained in:
zilmar 2015-12-13 18:10:40 +11:00
parent 29d693ba1f
commit abcfe60a51
2 changed files with 195 additions and 197 deletions

View File

@ -23,7 +23,6 @@ CFlashram::CFlashram(bool ReadOnly):
m_ReadOnly(ReadOnly), m_ReadOnly(ReadOnly),
m_hFile(NULL) m_hFile(NULL)
{ {
} }
CFlashram::~CFlashram() CFlashram::~CFlashram()
@ -119,7 +118,6 @@ void CFlashram::DmaToFlashram(uint8_t * Source, int StartOffset, int len)
} }
} }
uint32_t CFlashram::ReadFromFlashStatus(uint32_t PAddr) uint32_t CFlashram::ReadFromFlashStatus(uint32_t PAddr)
{ {
switch (PAddr) switch (PAddr)