mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix reading wii revisions.
This commit is contained in:
@ -160,7 +160,7 @@ int CVolumeWiiCrypted::GetRevision() const
|
||||
return 0;
|
||||
|
||||
u8 revision;
|
||||
if (!Read(7, 1, &revision))
|
||||
if (!m_pReader->Read(7, 1, &revision))
|
||||
return 0;
|
||||
|
||||
return revision;
|
||||
|
Reference in New Issue
Block a user