mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
58748da89d
- audio/audio_dsp_filter.c: append_plugs() should only be called if HAVE_DYLIB - emscripten/library_rwebaudio.js: Performance improvements, and fallback support for browsers that don't support the Performance API. (e.g. mobile Safari) - emscripten/library_rwebinput.js: Improve mouse handling. Still not optimal, but works with browsers that don't support mouse capturing. - frontend/drivers/platform_emscripten.c: Added global function for easy access to certain RetroArch features from JavaScript. - gfx/video_driver.h: Disabling HAVE_MENU incorrectly disabled set_texture_enable() - input/drivers/rwebinput_input.c: Missing header file: "../input_joypad.h". - Makefile.emscripten: Cleanup and make sure the appropriate functions are exported.