Project

General

Profile

Bug #1882 ยป 0058-Emscripten-Make-client-able-to-load-.pngs.patch

Marko Lindqvist, 01/17/2026 03:41 PM

View differences:

meson.build
if get_option('clients').contains('sdl2')
emscripten_sdl2_args += [
'-s', 'USE_SDL_IMAGE=2',
'-s', 'SDL2_IMAGE_FORMATS=["png"]',
'-s', 'USE_SDL_TTF=2',
'-s', 'USE_SDL_GFX=2'
]
    (1-1/1)