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

Function backlight_restore

core/backlight.c:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool backlight_restore(FILE *image) {
92 return fread(&backlight, sizeof(backlight), 1, image) == 1;
93}

Callers 1

asic_restoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected