Replaced Windows critical section with mutex - fixes some issues with window movement/resizing when using Direct3D output.
This commit is contained in:
parent
6aef53e854
commit
d27c7a0947
11 changed files with 22 additions and 25 deletions
|
|
@ -561,9 +561,7 @@ void ega_poll(void *p)
|
|||
updatewindowsize(xsize, ysize);
|
||||
}
|
||||
|
||||
startblit();
|
||||
video_blit_memtoscreen(32, 0, ega->firstline, ega->lastline, xsize, ega->lastline - ega->firstline);
|
||||
endblit();
|
||||
|
||||
frames++;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue