mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-07 06:14:52 -04:00
Bump torch and added mod step (#251)
* Bump torch and added mod step * Bump torch * Fixed torch crash
This commit is contained in:
@@ -295,7 +295,7 @@ $(shell mkdir -p asm bin linker_scripts/$(VERSION)/$(REV)/auto)
|
||||
|
||||
SRC_DIRS := $(shell find src -type d)
|
||||
# Temporary, until we decide how we're gonna handle other versions
|
||||
ifeq ($(VERSION), jp)
|
||||
ifeq ($(VERSION), jp)
|
||||
SRC_DIRS := $(shell find srcjp -type d)
|
||||
endif
|
||||
ASM_DIRS := $(shell find asm/$(VERSION)/$(REV) -type d -not -path "asm/$(VERSION)/$(REV)/nonmatchings/*")
|
||||
@@ -463,6 +463,9 @@ assets:
|
||||
@$(TORCH) header $(BASEROM_UNCOMPRESSED)
|
||||
@$(TORCH) modding export $(BASEROM_UNCOMPRESSED)
|
||||
|
||||
mod:
|
||||
@$(TORCH) modding import code $(BASEROM_UNCOMPRESSED)
|
||||
|
||||
clean:
|
||||
rm -f torch.hash.yml
|
||||
@git clean -fdx asm/$(VERSION)/$(REV)
|
||||
|
||||
+1
-1
Submodule tools/Torch updated: 311638a3bf...572ea9d096
Reference in New Issue
Block a user