mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 07:24:34 +00:00
Make needed extracted directories in extract scripts (#2185)
This commit is contained in:
parent
5419a18d79
commit
d9af701b88
3 changed files with 6 additions and 2 deletions
|
@ -2060,6 +2060,8 @@ def main():
|
|||
version : str = args.oot_version
|
||||
output_dir : Path = args.output_dir
|
||||
|
||||
args.output_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
config = version_config.load_version_config(version)
|
||||
code_vram = config.dmadata_segments["code"].vram
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue