Skip to content

Commit

Permalink
Test notify success
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Apr 27, 2024
1 parent 37feb27 commit b81a52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions misc/vita/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ CFLAGS += -Wl,-q -Ithird_party/bearssl/inc -O1
C_FILES := $(foreach dir,$(SOURCE_DIRS),$(wildcard $(dir)/*.c))
OBJS := $(addprefix $(BUILD_DIR)/, $(notdir $(C_FILES:%.c=%.o)))

# Needed by psvDebugScreenPrintf
LIBS += -lm -lSceDisplay_stub -lSceCtrl_stub -lSceTouch_stub -lSceGxm_stub -lScePvf_stub
LIBS += -lm -lSceDisplay_stub -lSceCtrl_stub -lSceTouch_stub -lSceGxm_stub -lSceCommonDialog_stub


#---------------------------------------------------------------------------------
Expand All @@ -22,7 +21,7 @@ $(BUILD_DIR):
mkdir -p $(BUILD_DIR)

$(TARGET).vpk: eboot.bin param.sfo
vita-pack-vpk -s param.sfo -b eboot.bin $(TARGET).vpk
vita-pack-vpk -s param.sfo -b eboot.bin -a misc/vita/sce_sys/ICON0.png=sce_sys/ICON0.png $(TARGET).vpk

eboot.bin: $(TARGET).velf
vita-make-fself $(TARGET).velf eboot.bin
Expand Down
Binary file added misc/vita/sce_sys/ICON0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b81a52e

Please sign in to comment.