mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
Fix SDL1 build
This commit is contained in:
parent
151bd510c9
commit
c728179916
@ -508,7 +508,9 @@ void sdl_info::destroy()
|
|||||||
global_free_array(m_yuv_bitmap);
|
global_free_array(m_yuv_bitmap);
|
||||||
m_yuv_bitmap = NULL;
|
m_yuv_bitmap = NULL;
|
||||||
}
|
}
|
||||||
|
#if (SDLMAME_SDL2)
|
||||||
SDL_DestroyRenderer(m_sdl_renderer);
|
SDL_DestroyRenderer(m_sdl_renderer);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
//============================================================
|
//============================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user