RetroArch/input
Joe Osborn c413bcc626
Threaded emscripten fixes (#17614)
* Actually read CLI args in emscripten

* Fix fetchfs manifest parsing, increase download chunk size

The chunk size should probably be made a parameter in the future.  The
larger chunk size trades longer hitches for fewer hitches.

* Add exec command driver and API functions for emscripten.

Under WASMFS, stdin/stdout can't be customized the way they can with
the JS FS implementation.  Also, this approach frees up stdin/stdout
and simplifies interaction with the command interface for web embedders.

* fixup upload paths, show use of new emscripten cmd interface

* Add JS library function names to EXPORTS as well as EXPORTED_FUNCTIONS for older emsdk versions
2025-02-24 09:25:05 -08:00
..
common Fix non-integer cast to pthread_t (#17512) 2025-02-03 15:21:07 +01:00
connect Buildfixes and warning fixes 2025-01-17 12:03:30 +01:00
drivers allow mouse input while mouse overlay is active (#17615) 2025-02-21 12:33:27 -08:00
drivers_hid Style nits 2025-02-10 13:59:25 +01:00
drivers_joypad Enable pthreads on Emscripten (#17586) 2025-02-20 00:59:25 +01:00
drivers_keyboard macos: reset keyboard state when focus is lost (#17453) 2025-01-21 22:31:24 +01:00
include Style nits 2025-02-10 13:59:25 +01:00
input_autodetect_builtin.c mfi: left/right pressure sensitive triggers (#16385) 2024-03-28 12:58:26 -07:00
input_defines.h Controller device reservation / preference. 2024-06-05 18:17:54 -05:00
input_driver.c Threaded emscripten fixes (#17614) 2025-02-24 09:25:05 -08:00
input_driver.h Analog to Digital refactor (#17429) 2025-01-18 02:19:01 +01:00
input_keymaps.c Style nits 2025-02-10 13:59:25 +01:00
input_keymaps.h Style nits 2025-02-10 13:59:25 +01:00
input_osk.h * Naming convention changes for variable names/function arguments 2025-01-19 20:19:14 +01:00
input_osk_utf8_pages.h Extended IME and Korean OSK (#14676) 2022-11-29 04:45:55 +01:00
input_overlay.h Add Overlay Mouse, Lightgun, and Pointer (#16343) 2024-03-16 01:56:30 -07:00
input_remapping.h input_config_get_bind_string - do proper character 2024-06-16 18:07:30 +02:00
input_types.h Analog to Digital refactor (#17429) 2025-01-18 02:19:01 +01:00