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();