diff --git a/projects/mtg/Makefile b/projects/mtg/Makefile index d38a535ba..09622ef3e 100644 --- a/projects/mtg/Makefile +++ b/projects/mtg/Makefile @@ -33,7 +33,7 @@ EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = Wagic, the Homebrew?! PSP_EBOOT_ICON = icon.png #PSP_EBOOT_ICON1 = icon1.pmf -#PSP_EBOOT_UNKPNG = NULL +PSP_EBOOT_UNKPNG = pic0.png PSP_EBOOT_PIC1 = pic1.png CXXFLAGS = -O2 -G0 -Wall -Werror -DDEVHOOK -DPSPFW3XX INCDIR = ../../JGE/include ../../JGE/include/psp ../../JGE/include/psp/freetype2 ../../JGE/src diff --git a/projects/mtg/pic0.png b/projects/mtg/pic0.png new file mode 100644 index 000000000..84ad66b99 Binary files /dev/null and b/projects/mtg/pic0.png differ