Skip to content

Commit

Permalink
scripts: psvita: bump vitaGL version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs authored and a1batross committed Jun 25, 2023
1 parent f79aaf9 commit 24ee3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/gha/build_psvita.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mkdir -p artifacts/ || die

echo "Building vitaGL..."

make -C vitaGL NO_TEX_COMBINER=1 HAVE_UNFLIPPED_FBOS=1 HAVE_PTHREAD=1 MATH_SPEEDHACK=1 DRAW_SPEEDHACK=1 HAVE_CUSTOM_HEAP=1 -j2 install || die
make -C vitaGL NO_TEX_COMBINER=1 HAVE_UNFLIPPED_FBOS=1 HAVE_PTHREAD=1 MATH_SPEEDHACK=1 DRAW_SPEEDHACK=1 -j2 install || die

echo "Building vrtld..."

Expand Down
2 changes: 1 addition & 1 deletion scripts/gha/deps_psvita.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "Downloading vitasdk..."

export VITASDK=/usr/local/vitasdk

VITAGL_SRCREV="c52391378c2bf1a00a0194c4fd88c35492d104b8" # lock vitaGL version to avoid compilation errors
VITAGL_SRCREV="064db9efb15833e18777a3e768b8b1fb2abee78f" # lock vitaGL version to avoid compilation errors

install_package()
{
Expand Down

0 comments on commit 24ee3ae

Please sign in to comment.