From 9f99b62c16ce263a4a2a90fe98300e1a7756c03b Mon Sep 17 00:00:00 2001 From: Robz8 Date: Tue, 2 Oct 2018 20:51:50 -0600 Subject: [PATCH] Yep, it's GodMode9i --- GodMoDeS.pnproj | 1 - GodMoDeS.pnps | 1 - GodMode9i.pnproj | 1 + GodMode9i.pnps | 1 + Makefile | 4 ++-- arm9/source/file_browse.cpp | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 GodMoDeS.pnproj delete mode 100644 GodMoDeS.pnps create mode 100644 GodMode9i.pnproj create mode 100644 GodMode9i.pnps diff --git a/GodMoDeS.pnproj b/GodMoDeS.pnproj deleted file mode 100644 index 24e0dd8..0000000 --- a/GodMoDeS.pnproj +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/GodMoDeS.pnps b/GodMoDeS.pnps deleted file mode 100644 index a072584..0000000 --- a/GodMoDeS.pnps +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/GodMode9i.pnproj b/GodMode9i.pnproj new file mode 100644 index 0000000..fe53c8e --- /dev/null +++ b/GodMode9i.pnproj @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/GodMode9i.pnps b/GodMode9i.pnps new file mode 100644 index 0000000..e493a4f --- /dev/null +++ b/GodMode9i.pnps @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Makefile b/Makefile index 84eee96..4433dbe 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ VERSION := $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) # DATA is a list of directories containing binary files embedded using bin2o # GRAPHICS is a list of directories containing image files to be converted with grit #--------------------------------------------------------------------------------- -TARGET := GodMoDeS +TARGET := GodMode9i BUILD := build SOURCES := source INCLUDES := include source @@ -130,7 +130,7 @@ dist: all $(TARGET).nds: $(TARGET).arm7 $(TARGET).arm9 ndstool -u 00030004 -g HGMA -c $(TARGET).nds -7 $(TARGET).arm7.elf -9 $(TARGET).arm9.elf\ - -b icon.bmp "GodMoDeS;Robz8" + -b icon.bmp "GodMode9i;Robz8" $(TARGET).arm7: arm7/$(TARGET).elf cp arm7/$(TARGET).elf $(TARGET).arm7.elf diff --git a/arm9/source/file_browse.cpp b/arm9/source/file_browse.cpp index 92e7ab7..5618965 100644 --- a/arm9/source/file_browse.cpp +++ b/arm9/source/file_browse.cpp @@ -170,7 +170,7 @@ string browseForFile (const vector extensionList) { iprintf ("%i Bytes", (int)fileSize); } iprintf ("\x1b[23;0H"); - printf ("GodMoDeS v0.1.0"); + printf ("GodMode9i v0.1.0"); consoleInit(NULL, 0, BgType_Text4bpp, BgSize_T_256x256, 15, 0, true, true); //consoleClear();