From 24ee3ae3184e1e258c8a234a8f828c99bd36e329 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Sun, 25 Jun 2023 16:41:26 +0200 Subject: [PATCH] scripts: psvita: bump vitaGL version --- scripts/gha/build_psvita.sh | 2 +- scripts/gha/deps_psvita.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gha/build_psvita.sh b/scripts/gha/build_psvita.sh index ae9b1bba..014fd4df 100644 --- a/scripts/gha/build_psvita.sh +++ b/scripts/gha/build_psvita.sh @@ -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..." diff --git a/scripts/gha/deps_psvita.sh b/scripts/gha/deps_psvita.sh index 35795a36..deb44e2e 100644 --- a/scripts/gha/deps_psvita.sh +++ b/scripts/gha/deps_psvita.sh @@ -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() {