mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Rebranding 2, NAND Title Manager
This commit is contained in:
parent
580d98535b
commit
1456af2bed
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build Universal Title Manager
|
name: Build NAND Title Manager
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Build Universal Title Manager
|
- name: Build NAND Title Manager
|
||||||
run: make
|
run: make
|
||||||
- name: Publish build to GH Actions
|
- name: Publish build to GH Actions
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ export TOPDIR := $(CURDIR)
|
|||||||
NITRO_FILES :=
|
NITRO_FILES :=
|
||||||
|
|
||||||
# These set the information text in the nds file
|
# These set the information text in the nds file
|
||||||
GAME_TITLE := Universal Title Manager
|
GAME_TITLE := NAND Title Manager
|
||||||
GAME_SUBTITLE1 := JeffRuLz, Pk11
|
GAME_SUBTITLE1 := JeffRuLz, Pk11
|
||||||
|
|
||||||
GAME_CODE := HTMA
|
GAME_CODE := HTMA
|
||||||
|
|||||||
@ -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.
|
A basic title manager for DSi supporting both hiyaCFW and SysNAND, modified from JeffRuLz's Title Manager for HiyaCFW.
|
||||||
|
|
||||||
## WARNING
|
## WARNING
|
||||||
|
|||||||
@ -45,7 +45,7 @@ static int _mainMenu(int cursor)
|
|||||||
//top screen
|
//top screen
|
||||||
clearScreen(&topScreen);
|
clearScreen(&topScreen);
|
||||||
|
|
||||||
iprintf("\t Universal Title Manager\n");
|
iprintf("\t\tNAND Title Manager\n");
|
||||||
iprintf("\t\t\tmodified from\n");
|
iprintf("\t\t\tmodified from\n");
|
||||||
iprintf("\tTitle Manager for HiyaCFW\n");
|
iprintf("\tTitle Manager for HiyaCFW\n");
|
||||||
iprintf("\nversion %s\n", VERSION);
|
iprintf("\nversion %s\n", VERSION);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user