mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
02790: Mame will crash on single monitor system if set to numscreens 2 in the *.ini.
This commit is contained in:
parent
6645a29484
commit
5938ef61cd
@ -717,7 +717,7 @@ void winwindow_video_window_update(win_window_info *window)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// if we're visible and running and not in the middle of a resize, draw
|
// if we're visible and running and not in the middle of a resize, draw
|
||||||
if (window->hwnd != NULL && window->target != NULL)
|
if (window->hwnd != NULL && window->target != NULL && window->drawdata != NULL)
|
||||||
{
|
{
|
||||||
int got_lock = TRUE;
|
int got_lock = TRUE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user