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