diff --git a/.gitignore b/.gitignore index 956fc86..5d6c63f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.elf *.velf *.a +*.vpk # Windows image file caches Thumbs.db diff --git a/launcher/Makefile b/launcher/Makefile index 34990b2..f66f5b8 100644 --- a/launcher/Makefile +++ b/launcher/Makefile @@ -4,7 +4,7 @@ TITLE := WOLF00001 LIBS = -limgui -lvitagl -lSceAppmgr_stub -lSceDisplay_stub -lSceGxm_stub \ -lSceSysmodule_stub -lSceCtrl_stub -lm -lc -lSceCommonDialog_stub -lz \ - -lSceTouch_stub + -lSceTouch_stub -lmathneon COMMON_OBJS = source/main.o diff --git a/source/Makefile b/source/Makefile index 2f94eb7..c26c9d0 100644 --- a/source/Makefile +++ b/source/Makefile @@ -20,7 +20,8 @@ CXXFLAGS += $(CFLAGS) -I$(VITASDK)/$(PREFIX)/include/SDL -fpermissive -fno-excep LDFLAGS += -lSDL_mixer -lSceAudio_stub -lSceLibKernel_stub -lSceDisplay_stub -lSceGxm_stub \ -lmikmod -lSceSysmodule_stub -lSceCtrl_stub -lSceTouch_stub -lm -lSceNet_stub -lvorbis \ -lSceNetCtl_stub -lScePgf_stub -ljpeg -lfreetype -lc -lSDL -limgui -lvitaGL -lSceHid_stub \ - -lScePower_stub -lSceCommonDialog_stub -lpng16 -lz -lSceAppmgr_stub -logg -lvorbisfile + -lScePower_stub -lSceCommonDialog_stub -lpng16 -lz -lSceAppmgr_stub -logg -lvorbisfile \ + -lmathneon SRCS := SRCS += fmopl.cpp