diff --git a/core/popcorn/Makefile b/core/popcorn/Makefile index 6e917405..fbe676fc 100644 --- a/core/popcorn/Makefile +++ b/core/popcorn/Makefile @@ -1,6 +1,6 @@ TARGET = popcorn -OBJS = main.o icon.o imports.o +OBJS = main.o icon.o all: $(TARGET).prx INCDIR = $(ARKROOT)/common/include diff --git a/core/popcorn/imports.S b/core/popcorn/imports.S deleted file mode 100644 index 3ed757b6..00000000 --- a/core/popcorn/imports.S +++ /dev/null @@ -1,6 +0,0 @@ - .set noreorder - -#include "pspimport.s" - - IMPORT_START "SystemCtrlPrivate",0x00090000 - IMPORT_FUNC "SystemCtrlPrivate",0xBC7554DF,strcasecmp \ No newline at end of file