Revert "Pass HAVE_OPENGLES3=1 in libretro Emscripten build"

This reverts commit 8056cb3774.

Not required anymore because
https://github.com/libretro/RetroArch/pull/17833 fixed the problem where
using WebGL 1 causes banding artifacts.
This commit is contained in:
刘皓 2025-04-27 10:21:23 -04:00
parent 0b9baa1007
commit 2cffa85a9a
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -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