mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-26 00:33:45 +02:00
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:
parent
0b9baa1007
commit
2cffa85a9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autobuild.yml
vendored
2
.github/workflows/autobuild.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue