summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wii/u8archive.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wii/u8archive.py b/src/wii/u8archive.py
index 8295d52..faad114 100644
--- a/src/wii/u8archive.py
+++ b/src/wii/u8archive.py
@@ -186,4 +186,8 @@ class WiiArchiveU8:
size = len(node.data)
handle.write(node.data)
handle.write("\0" * (alignUp(size, 0x20) - size))
+
+
+ def resolvePath(self, *args):
+ return self.root.resolvePath(*args)