MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / emu_send_variable

Function emu_send_variable

core/link.c:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

sendFilesForTestFunction · 0.85
sdl_event_loopFunction · 0.85

Calls 1

emu_send_variablesFunction · 0.85

Tested by 1

sendFilesForTestFunction · 0.68