Previous 199869 Revisions Next

r34856 Thursday 5th February, 2015 at 00:10:32 UTC by Couriersud
Too many #defines and #ifdefs. Missed this one on drawgbfx. (nw)
[src/osd/sdl]drawbgfx.c

trunk/src/osd/sdl/drawbgfx.c
r243367r243368
141141
142142   m_blittimer = 3;
143143
144   bgfx::sdlSetWindow(window().m_sdl_window);
144   bgfx::sdlSetWindow(window().sdl_window());
145145   bgfx::init();
146146   bgfx::reset(window().width(), window().height(), BGFX_RESET_VSYNC);
147147   


Previous 199869 Revisions Next


© 1997-2024 The MAME Team