mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
osdwindows: Fixed the BGFX not rendering across multiple windows. Internal UI is still glitchy. [Ryan Holtz]
This commit is contained in:
parent
ba15682b41
commit
54dbfe1aa5
@ -325,6 +325,7 @@ win_window_info::win_window_info(
|
|||||||
m_non_fullscreen_bounds.right = 0;
|
m_non_fullscreen_bounds.right = 0;
|
||||||
m_non_fullscreen_bounds.bottom = 0;
|
m_non_fullscreen_bounds.bottom = 0;
|
||||||
m_prescale = video_config.prescale;
|
m_prescale = video_config.prescale;
|
||||||
|
m_index = index;
|
||||||
}
|
}
|
||||||
|
|
||||||
POINT win_window_info::s_saved_cursor_pos = { -1, -1 };
|
POINT win_window_info::s_saved_cursor_pos = { -1, -1 };
|
||||||
|
Loading…
Reference in New Issue
Block a user