Skip to content

Commit

Permalink
Made it compatible with latest vitaGL commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Apr 8, 2020
1 parent 6d4c5cd commit 1eb2ec1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.elf
*.velf
*.a
*.vpk

# Windows image file caches
Thumbs.db
Expand Down
2 changes: 1 addition & 1 deletion launcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 1eb2ec1

@olokos
Copy link

@olokos olokos commented on 1eb2ec1 Apr 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!
I'll test it once again with the latest vitagl soon!

I've got it fixed aswell and managed to build it before this commit, but since then I've lost the code, that's why I didn't commit, sorry about that.

Tremendous work you're doing on n64 emulator.
Some people were saying bad stuff about you on the internet, i suppose they were just butthurt they can't reach the heights you're reaching!

Fingers crossed with the uppercase game files, that I reported with #10.
I can try sending a PR with that if you could point me in the right direction 👍

Please sign in to comment.