diff --git a/Makefile.psp1.salamander b/Makefile.psp1.salamander index 059e0aa4e4..229279ed60 100644 --- a/Makefile.psp1.salamander +++ b/Makefile.psp1.salamander @@ -26,7 +26,9 @@ endif CFLAGS += $(RARCH_DEFINES) EXTRA_TARGETS = EBOOT.PBP -PSP_EBOOT_TITLE = RetroArch PSP1 +PSP_EBOOT_TITLE = RetroArch +PSP_EBOOT_ICON = psp1/ICON0.PNG +PSP_EBOOT_PIC1 = psp1/PIC1.PNG OBJS = frontend/frontend_salamander.o frontend/frontend_context.o frontend/platform/platform_null.o file_path.o compat/compat.o conf/config_file.o psp1/kernel_functions.o diff --git a/psp1/ICON0.PNG b/psp1/ICON0.PNG new file mode 100644 index 0000000000..f897c59db1 Binary files /dev/null and b/psp1/ICON0.PNG differ diff --git a/psp1/PIC1.PNG b/psp1/PIC1.PNG new file mode 100644 index 0000000000..b2960844a3 Binary files /dev/null and b/psp1/PIC1.PNG differ