diff --git a/.gitmodules b/.gitmodules index 997c821..15d0e6e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "lib/borealis"] path = lib/borealis url = https://github.com/HamletDuFromage/borealis -[submodule "aiosu-rcm"] - path = aiosu-rcm - url = https://github.com/HamletDuFromage/aiosu-rcm +[submodule "TegraExplorer"] + path = TegraExplorer + url = git@github.com:HamletDuFromage/TegraExplorer.git diff --git a/Makefile b/Makefile index 81ca7f1..00577d9 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ DATA := data INCLUDES := include /lib/borealis/library/include/borealis/extern/nlohmann APP_TITLE := All-in-One Switch Updater APP_AUTHOR := HamletDuFromage -APP_VERSION := 2.23.1 +APP_VERSION := 2.23.2 TARGET := $(notdir $(CURDIR)) ROMFS := resources @@ -161,8 +161,8 @@ $(ROMFS): @[ -d $@ ] || mkdir -p $@ @cp -rf $(CURDIR)/$(ROMFS)/i18n/zh-CN/. $(CURDIR)/$(ROMFS)/i18n/zh-Hans/ @cp -rf $(CURDIR)/$(ROMFS)/i18n/zh-TW/. $(CURDIR)/$(ROMFS)/i18n/zh-Hant/ - @$(MAKE) -C $(CURDIR)/aiosu-rcm -f $(CURDIR)/aiosu-rcm/Makefile - @cp $(CURDIR)/aiosu-rcm/output/aio_rcm.bin $(CURDIR)/$(ROMFS)/aio_rcm.bin + @$(MAKE) -C $(CURDIR)/TegraExplorer -f $(CURDIR)/TegraExplorer/Makefile + @cp $(CURDIR)/TegraExplorer/output/TegraExplorer.bin $(CURDIR)/$(ROMFS)/aio_rcm.bin # @$(MAKE) -C $(CURDIR)/aiosu-forwarder -f $(CURDIR)/aiosu-forwarder/Makefile @cp $(CURDIR)/aiosu-forwarder/aiosu-forwarder.nro $(CURDIR)/$(ROMFS)/aiosu-forwarder.nro diff --git a/TegraExplorer b/TegraExplorer new file mode 160000 index 0000000..eb3098d --- /dev/null +++ b/TegraExplorer @@ -0,0 +1 @@ +Subproject commit eb3098d311d707a0f706135ec4c271b329bce80a diff --git a/aiosu-rcm b/aiosu-rcm deleted file mode 160000 index ce51c1f..0000000 --- a/aiosu-rcm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ce51c1f22afcf98a9c10fa7013b505ae4e8a25be