mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
compile fix
This commit is contained in:
parent
c14b700825
commit
7afcb3a206
@ -3188,10 +3188,10 @@ struct Imgui
|
|||||||
NVGcontext* m_nvg;
|
NVGcontext* m_nvg;
|
||||||
|
|
||||||
uint8_t m_view;
|
uint8_t m_view;
|
||||||
uint16_t m_viewWidth;
|
|
||||||
uint16_t m_viewHeight;
|
|
||||||
uint16_t m_surfaceWidth;
|
uint16_t m_surfaceWidth;
|
||||||
uint16_t m_surfaceHeight;
|
uint16_t m_surfaceHeight;
|
||||||
|
uint16_t m_viewWidth;
|
||||||
|
uint16_t m_viewHeight;
|
||||||
|
|
||||||
#if !USE_NANOVG_FONT
|
#if !USE_NANOVG_FONT
|
||||||
struct Font
|
struct Font
|
||||||
|
Loading…
Reference in New Issue
Block a user