mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
Wii partition seek bug fix and buffering API
This commit is contained in:
@@ -291,9 +291,9 @@ public:
|
||||
else
|
||||
return;
|
||||
size_t block = m_offset / 0x7c00;
|
||||
m_dio->seek(m_baseOffset + block * 0x8000);
|
||||
if (block != m_curBlock)
|
||||
{
|
||||
m_dio->seek(m_baseOffset + block * 0x8000);
|
||||
decryptBlock();
|
||||
m_curBlock = block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user