mirror of
https://github.com/holub/mame
synced 2025-07-06 18:39:28 +03:00
Fix compile (nw)
This commit is contained in:
parent
c0a67e7310
commit
1054cfe7fd
@ -59,8 +59,8 @@ bgfx_target::bgfx_target(void *handle, uint16_t width, uint16_t height)
|
||||
, m_double_buffer(false)
|
||||
, m_style(TARGET_STYLE_CUSTOM)
|
||||
, m_filter(false)
|
||||
, m_current_page(0)
|
||||
, m_index(-1)
|
||||
, m_current_page(0)
|
||||
, m_initialized(true)
|
||||
, m_page_count(0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user