diff --git a/core/popcorn/Makefile b/core/popcorn/Makefile index fbe676fc..6e917405 100644 --- a/core/popcorn/Makefile +++ b/core/popcorn/Makefile @@ -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 diff --git a/core/popcorn/imports.S b/core/popcorn/imports.S new file mode 100644 index 00000000..3ed757b6 --- /dev/null +++ b/core/popcorn/imports.S @@ -0,0 +1,6 @@ + .set noreorder + +#include "pspimport.s" + + IMPORT_START "SystemCtrlPrivate",0x00090000 + IMPORT_FUNC "SystemCtrlPrivate",0xBC7554DF,strcasecmp \ No newline at end of file