Bump torch and added mod step (#251)

* Bump torch and added mod step

* Bump torch

* Fixed torch crash
This commit is contained in:
Lywx
2024-05-16 08:08:02 -06:00
committed by GitHub
parent 9da1639908
commit 27c77ddeba
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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)