1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-11 10:02:27 +01:00

Enhance emscripten display settings (#24841)

* emscripten: Invoke HTML5 emscripten fullscreen API instead of using SDL

* emscripten: Disable OpenGL

* emscripten: Add fullscreen change to changelog
This commit is contained in:
Ethan O'Brien
2025-07-27 16:44:08 -05:00
committed by GitHub
parent 19035ec2eb
commit b92a005459
3 changed files with 13 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ JSON_DIR=/usr/include/nlohmann/
emcmake cmake ../ \
-G Ninja \
-DDISABLE_NETWORK=ON \
-DDISABLE_OPENGL=ON \
-DDISABLE_HTTP=ON \
-DDISABLE_TTF=ON \
-DDISABLE_FLAC=ON \