NX/VITA: Fix app icons

This commit is contained in:
cypress 2023-09-03 12:00:22 -04:00
parent 0b44621e33
commit c0d52bb6fa
3 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ nzp.vpk: nzp.velf
make -f Makefile.launcher
mkdir -p build/vita/
vita-make-fself -c $< assets/vita/eboot.bin
vita-mksfoex -s TITLE_ID=NZZMBSPTB -d ATTRIBUTE2=12 "Nazi Zombies Portable" param.sfo
vita-mksfoex -s TITLE_ID=NZZMBSPTB -d ATTRIBUTE2=12 "Nazi Zombies: Portable" param.sfo
cp -f param.sfo assets/vita/sce_sys/param.sfo
vita-pack-vpk -s param.sfo -b eboot.bin \
--add assets/vita/eboot.bin=nzp.bin \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 16 KiB