mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-27 08:31:03 +00:00
Set framebuffer dirty on restore state
This commit is contained in:
parent
00a5f6e102
commit
efcf0afa4e
@ -133,6 +133,8 @@ bool emulator_loadState(const char * const path) {
|
||||
|
||||
assert(cpu_isPaused() && "should be paused to load state");
|
||||
|
||||
video_setDirty(A2_DIRTY_FLAG);
|
||||
|
||||
do {
|
||||
TEMP_FAILURE_RETRY(fd = open(path, O_RDONLY));
|
||||
if (fd < 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user