Skip to content

Commit

Permalink
added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jul 26, 2024
1 parent e19d447 commit e55bbf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/popcorn/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TARGET = popcorn

OBJS = main.o icon.o
OBJS = main.o icon.o imports.o

all: $(TARGET).prx
INCDIR = $(ARKROOT)/common/include
Expand Down
6 changes: 6 additions & 0 deletions core/popcorn/imports.S
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.set noreorder

#include "pspimport.s"

IMPORT_START "SystemCtrlPrivate",0x00090000
IMPORT_FUNC "SystemCtrlPrivate",0xBC7554DF,strcasecmp

0 comments on commit e55bbf9

Please sign in to comment.