From 2cffa85a9a46a3a252bafe453c724d91ef92c12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=9A=93?= Date: Sun, 27 Apr 2025 10:21:23 -0400 Subject: [PATCH] Revert "Pass `HAVE_OPENGLES3=1` in libretro Emscripten build" This reverts commit 8056cb3774eb48cbefc00f329833468ee0dc1074. Not required anymore because https://github.com/libretro/RetroArch/pull/17833 fixed the problem where using WebGL 1 causes banding artifacts. --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 7abf8eba..106ec5a0 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -927,7 +927,7 @@ jobs: else flags='HAVE_THREADS=0 PROXY_TO_PTHREAD=0 HAVE_AL=1 HAVE_AUDIOWORKLET=0 HAVE_WASMFS=0 HAVE_EXTRA_WASMFS=0' fi - CLICOLOR_FORCE=1 emmake make -f Makefile.emscripten LIBRETRO=mkxp-z HAVE_OPENGLES3=1 $flags + CLICOLOR_FORCE=1 emmake make -f Makefile.emscripten LIBRETRO=mkxp-z $flags mv mkxp-z_libretro.wasm ${{ runner.temp }}/dist mv mkxp-z_libretro.js ${{ runner.temp }}/dist mv mkxp-z_libretro.worker.js ${{ runner.temp }}/dist || true