diff --git a/projects/mtg/Makefile b/projects/mtg/Makefile index a7e892cf6..d38a535ba 100644 --- a/projects/mtg/Makefile +++ b/projects/mtg/Makefile @@ -32,8 +32,9 @@ LIBS = -ljge300 -lhgetools -lfreetype -ljpeg -lgif -lpng -lz -lm -lmikmod -lpspp EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = Wagic, the Homebrew?! PSP_EBOOT_ICON = icon.png -PSP_EBOOT_UNKPNG = NULL -#PSP_EBOOT_PIC1 = pic1.png +#PSP_EBOOT_ICON1 = icon1.pmf +#PSP_EBOOT_UNKPNG = NULL +PSP_EBOOT_PIC1 = pic1.png CXXFLAGS = -O2 -G0 -Wall -Werror -DDEVHOOK -DPSPFW3XX INCDIR = ../../JGE/include ../../JGE/include/psp ../../JGE/include/psp/freetype2 ../../JGE/src LIBDIR = ../../JGE/lib/psp diff --git a/projects/mtg/pic1.png b/projects/mtg/pic1.png new file mode 100644 index 000000000..6c9048ea9 Binary files /dev/null and b/projects/mtg/pic1.png differ