From ee7e6277f712500abf6f38a825bac9b09d40e42c Mon Sep 17 00:00:00 2001 From: scribam Date: Fri, 8 Mar 2024 09:30:57 +0100 Subject: [PATCH] vita: use custom sdl --- .github/workflows/vita.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vita.yml b/.github/workflows/vita.yml index 4616413bdc..3f542df893 100644 --- a/.github/workflows/vita.yml +++ b/.github/workflows/vita.yml @@ -17,7 +17,13 @@ jobs: - name: Set up build environment run: | apk add --no-cache aws-cli ccache git ninja - vdpm curl libzip openssl SceShaccCgExt sdl2 vitaShaRK taihen zlib + vdpm curl libzip openssl SceShaccCgExt vitaShaRK taihen zlib + git clone https://github.com/Northfear/SDL.git + cd SDL + git checkout vitagl + cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DVIDEO_VITA_VGL=ON + cmake --build build -- -j$(nproc) + cmake --install build git clone https://github.com/Rinnegatamante/vitaGL.git make -C vitaGL HAVE_WRAPPED_ALLOCATORS=1 -j4 install