mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
Include SceShaccCgExt and taihen_stub
This commit is contained in:
parent
f75a53a0d2
commit
7417327b42
2 changed files with 8 additions and 4 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
@ -13,6 +13,10 @@ jobs:
|
|||
run: |
|
||||
apk add bash build-base zip git curl
|
||||
vdpm vitagl
|
||||
git clone https://github.com/bythos14/SceShaccCgExt.git
|
||||
cd SceShaccCgExt
|
||||
mkdir build && cd build
|
||||
cmake .. && make -j$(numproc) install
|
||||
- name: Build
|
||||
working-directory: ./
|
||||
run: |
|
||||
|
|
|
@ -140,10 +140,10 @@ ifeq ($(USE_CODEC_UMX),1)
|
|||
CFLAGS+= -DUSE_CODEC_UMX
|
||||
endif
|
||||
|
||||
COMMON_LIBS:= -lvitaGL -lvitashark -lvorbisfile -lvorbis -logg -lspeexdsp -lmpg123 -lScePspnetAdhoc_stub \
|
||||
-lc -lSceLibKernel_stub -lmathneon -lSDL2 -lSceKernelDmacMgr_stub \
|
||||
COMMON_LIBS:= -lvitaGL -lvitashark -lSceShaccCgExt -lvorbisfile -lvorbis -logg -lspeexdsp -lmpg123 \
|
||||
-lScePspnetAdhoc_stub -lc -lSceLibKernel_stub -lmathneon -lSDL2 -lSceKernelDmacMgr_stub \
|
||||
-lSceNet_stub -lSceNetCtl_stub -lpng -lSceDisplay_stub -lSceGxm_stub -lSceShaccCg_stub \
|
||||
-lSceSysmodule_stub -lSceCtrl_stub -lSceTouch_stub -lSceMotion_stub -lm -lSceAppMgr_stub \
|
||||
-ltaihen_stub -lSceSysmodule_stub -lSceCtrl_stub -lSceTouch_stub -lSceMotion_stub -lm -lSceAppMgr_stub \
|
||||
-lSceAppUtil_stub -lScePgf_stub -ljpeg -lSceRtc_stub -lScePower_stub -lcurl -lssl -lcrypto -lz \
|
||||
-lSceHid_stub -lSceCommonDialog_stub -lSceAudio_stub
|
||||
|
||||
|
|
Loading…
Reference in a new issue