Include SceShaccCgExt and taihen_stub

This commit is contained in:
moto 2022-07-15 18:48:11 -04:00
parent f75a53a0d2
commit 7417327b42
2 changed files with 8 additions and 4 deletions

View File

@ -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: |

View File

@ -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