Skip to content

Commit

Permalink
vita: use custom sdl
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Mar 8, 2024
1 parent e676801 commit ee7e627
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/vita.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee7e627

Please sign in to comment.