| 20 | #define FILE_DATA_START 0x37 |
| 21 | |
| 22 | int EMSCRIPTEN_KEEPALIVE emu_send_variable(const char *file, int location) { |
| 23 | return emu_send_variables(&file, 1, location, NULL, NULL); |
| 24 | } |
| 25 | |
| 26 | int EMSCRIPTEN_KEEPALIVE emu_send_variables(const char *const *files, int num, int location, |
| 27 | usb_progress_handler_t *progress_handler, |