mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Make specifying invalid bgfx backends non-fatal, nw
This commit is contained in:
parent
825d575195
commit
b224d9a77a
@ -153,8 +153,8 @@ int renderer_bgfx::create()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
osd_printf_verbose("Unknown backend type '%s'\n", backend.c_str());
|
printf("Unknown backend type '%s', going with auto-detection\n", backend.c_str());
|
||||||
assert(false);
|
bgfx::init();
|
||||||
}
|
}
|
||||||
bgfx::reset(m_width[window().m_index], m_height[window().m_index], video_config.waitvsync ? BGFX_RESET_VSYNC : BGFX_RESET_NONE);
|
bgfx::reset(m_width[window().m_index], m_height[window().m_index], video_config.waitvsync ? BGFX_RESET_VSYNC : BGFX_RESET_NONE);
|
||||||
// Enable debug text.
|
// Enable debug text.
|
||||||
|
Loading…
Reference in New Issue
Block a user