mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-19 02:36:27 +01:00
Merge pull request #1549 from RachelBryk/revision
Fix reading wii revisions.
This commit is contained in:
commit
d8b673e864
@ -160,7 +160,7 @@ int CVolumeWiiCrypted::GetRevision() const
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
u8 revision;
|
u8 revision;
|
||||||
if (!Read(7, 1, &revision))
|
if (!m_pReader->Read(7, 1, &revision))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
return revision;
|
return revision;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user