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

Function protect_restore

core/misc.c:333–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333bool protect_restore(FILE *image) {
334 return fread(&protect, sizeof(protect), 1, image) == 1;
335}
336
337/* ============================================= */
338

Callers 1

asic_restoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected