diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c81a6c1..d4254c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build Universal Title Manager +name: Build NAND Title Manager on: push: @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v1 - - name: Build Universal Title Manager + - name: Build NAND Title Manager run: make - name: Publish build to GH Actions uses: actions/upload-artifact@v2 diff --git a/Makefile b/Makefile index d2fa834..648ca5a 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ export TOPDIR := $(CURDIR) NITRO_FILES := # These set the information text in the nds file -GAME_TITLE := Universal Title Manager +GAME_TITLE := NAND Title Manager GAME_SUBTITLE1 := JeffRuLz, Pk11 GAME_CODE := HTMA diff --git a/README.md b/README.md index a3521cd..5615465 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Universal Title Manager +# NAND Title Manager A basic title manager for DSi supporting both hiyaCFW and SysNAND, modified from JeffRuLz's Title Manager for HiyaCFW. ## WARNING diff --git a/arm9/src/main.c b/arm9/src/main.c index 920b011..4392a7e 100644 --- a/arm9/src/main.c +++ b/arm9/src/main.c @@ -45,7 +45,7 @@ static int _mainMenu(int cursor) //top screen clearScreen(&topScreen); - iprintf("\t Universal Title Manager\n"); + iprintf("\t\tNAND Title Manager\n"); iprintf("\t\t\tmodified from\n"); iprintf("\tTitle Manager for HiyaCFW\n"); iprintf("\nversion %s\n", VERSION);