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

Function lcd_get_frame

core/os/os-emscripten.c:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89uint32_t* EMSCRIPTEN_KEEPALIVE lcd_get_frame() {
90 return &(panel.display[0][0]);
91}
92
93int EMSCRIPTEN_KEEPALIVE emsc_set_main_loop_timing(int mode, int value) {
94 return emscripten_set_main_loop_timing(mode, value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected