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
6
.github/workflows/build-and-release.yml
vendored
6
.github/workflows/build-and-release.yml
vendored
|
@ -13,6 +13,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apk add bash build-base zip git curl
|
apk add bash build-base zip git curl
|
||||||
vdpm vitagl
|
vdpm vitagl
|
||||||
|
git clone https://github.com/bythos14/SceShaccCgExt.git
|
||||||
|
cd SceShaccCgExt
|
||||||
|
mkdir build && cd build
|
||||||
|
cmake .. && make -j$(numproc) install
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
run: |
|
run: |
|
||||||
|
@ -109,4 +113,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
id: ${{ steps.create_release.outputs.id }}
|
id: ${{ steps.create_release.outputs.id }}
|
||||||
|
|
|
@ -140,10 +140,10 @@ ifeq ($(USE_CODEC_UMX),1)
|
||||||
CFLAGS+= -DUSE_CODEC_UMX
|
CFLAGS+= -DUSE_CODEC_UMX
|
||||||
endif
|
endif
|
||||||
|
|
||||||
COMMON_LIBS:= -lvitaGL -lvitashark -lvorbisfile -lvorbis -logg -lspeexdsp -lmpg123 -lScePspnetAdhoc_stub \
|
COMMON_LIBS:= -lvitaGL -lvitashark -lSceShaccCgExt -lvorbisfile -lvorbis -logg -lspeexdsp -lmpg123 \
|
||||||
-lc -lSceLibKernel_stub -lmathneon -lSDL2 -lSceKernelDmacMgr_stub \
|
-lScePspnetAdhoc_stub -lc -lSceLibKernel_stub -lmathneon -lSDL2 -lSceKernelDmacMgr_stub \
|
||||||
-lSceNet_stub -lSceNetCtl_stub -lpng -lSceDisplay_stub -lSceGxm_stub -lSceShaccCg_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 \
|
-lSceAppUtil_stub -lScePgf_stub -ljpeg -lSceRtc_stub -lScePower_stub -lcurl -lssl -lcrypto -lz \
|
||||||
-lSceHid_stub -lSceCommonDialog_stub -lSceAudio_stub
|
-lSceHid_stub -lSceCommonDialog_stub -lSceAudio_stub
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue