[Project64] Cleanup FlashRam.cpp
This commit is contained in:
parent
29d693ba1f
commit
abcfe60a51
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue