Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ lcd_restore
Function
lcd_restore
core/lcd.c:699–704 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
697
}
698
699
bool lcd_restore(FILE *image) {
700
lcd_init_events();
701
bool ret = fread(&lcd, offsetof(lcd_state_t, data), 1, image) == 1;
702
lcd_update();
703
return ret;
704
}
Callers
1
asic_restore
Function · 0.85
Calls
2
lcd_init_events
Function · 0.85
lcd_update
Function · 0.85
Tested by
no test coverage detected