This commit is contained in:
Spartan322
2025-05-14 14:16:55 -04:00
404 changed files with 6993 additions and 3243 deletions

View File

@@ -68,7 +68,7 @@ def add_source_files_scu(self, sources, files, allow_gen=False):
return False
# Add all the gen.cpp files in the SCU directory
add_source_files_orig(self, sources, subdir + "scu/scu_*.gen.cpp", True)
add_source_files_orig(self, sources, subdir + ".scu/scu_*.gen.cpp", True)
return True
return False