Skip to content

Commit

Permalink
Add compilation steps for libopensles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Oct 13, 2024
1 parent 193b8e0 commit 80134dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
make -C vitaShaRK -j$(nproc) install
git clone https://github.com/Rinnegatamante/vitaGL.git
make -C vitaGL SOFTFP_ABI=1 NO_DEBUG=1 SHARED_RENDERTARGETS=1 HAVE_GLSL_SUPPORT=1 -j$(nproc) install
git clone https://github.com/frangarcj/opensles.git
cd opensles/libopensles
make -j$(nproc) install
cd ../..
- name: Compile project
run: |
git config --global --add safe.directory /__w/yoyoloader_vita/yoyoloader_vita
Expand Down

0 comments on commit 80134dc

Please sign in to comment.