mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Fix reading wii revisions.
This commit is contained in:
parent
4497233663
commit
fa18518cef
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue