mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
fix -video none (nw)
This commit is contained in:
parent
4b9761332a
commit
fadf168c9e
@ -274,7 +274,7 @@ void windows_osd_interface::update_slider_list()
|
|||||||
{
|
{
|
||||||
for (win_window_info *window = win_window_list; window != nullptr; window = window->m_next)
|
for (win_window_info *window = win_window_list; window != nullptr; window = window->m_next)
|
||||||
{
|
{
|
||||||
if (window->m_renderer->sliders_dirty())
|
if (window->m_renderer && window->m_renderer->sliders_dirty())
|
||||||
{
|
{
|
||||||
build_slider_list();
|
build_slider_list();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user