fixes issue 4388

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7502 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2011-05-02 04:14:47 +00:00
parent b56417113d
commit 09d9aab18a
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,9 @@ bool CWII_IPC_HLE_Device_FileIO::Seek(u32 _CommandAddress)
}
else
{
// Must clear the failbits, since subsequent seeks don't care about
// past failure on Wii
m_pFileHandle.Clear();
ERROR_LOG(WII_IPC_FILEIO, "FILEIO: Seek failed - %s", m_Name.c_str());
}
}