mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-18 23:05:48 -04:00
Forgot to add the partition ios ...
This commit is contained in:
parent
3681a0fd1d
commit
a3ada15f12
2
disc.py
2
disc.py
@ -261,6 +261,8 @@ class WOD: #WiiOpticalDisc
|
||||
|
||||
self.appLdr = self.Apploader().unpack(self.readPartition (0x2440, 32))
|
||||
self.partitionHdr = self.discHeader().unpack(self.readPartition (0x0, 0x400))
|
||||
|
||||
self.partitionIos = TMD(self.getPartitionTmd()).getIOSVersion() & 0x00ffffff
|
||||
|
||||
def getFst(self):
|
||||
fstBuf = self.readPartition(self.fstOffset, self.fstSize)
|
||||
|
Loading…
Reference in New Issue
Block a user