We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc50692 commit ebd7f94Copy full SHA for ebd7f94
fast64_internal/z64/__init__.py
@@ -156,7 +156,7 @@ def is_include_present(self, include_file: str):
156
return include_file_path.exists()
157
158
def is_globalh_present(self):
159
- return self.is_include_present("global.h")
+ return self.oot_version == "legacy" or self.is_include_present("global.h")
160
161
def is_z64sceneh_present(self):
162
return self.is_include_present("z64scene.h")
0 commit comments