Skip to content

Commit

Permalink
Fix unexpected crashes when using sdl2 render thread
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Feb 15, 2021
1 parent d1182d2 commit b2741d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/osdep/amiberry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1066,10 +1066,6 @@ void process_event(SDL_Event event)
inputdevice_unacquire();
uae_quit();
return;
case SDL_WINDOWEVENT_EXPOSED:
notice_screen_contents_lost(mon->monitor_id);
updatedisplayarea(mon->monitor_id);
break;
default:
break;
}
Expand Down

0 comments on commit b2741d8

Please # to comment.