From 1eb2ec10e4092bdb33ea28115ef0bd8e78c90de1 Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Wed, 8 Apr 2020 11:53:45 +0200 Subject: [PATCH] Made it compatible with latest vitaGL commit. --- .gitignore | 1 + launcher/Makefile | 2 +- source/Makefile | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) 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