Fix SDL1 build

This commit is contained in:
Vas Crabb 2015-03-05 20:16:30 +11:00
parent 151bd510c9
commit c728179916

View File

@ -508,7 +508,9 @@ void sdl_info::destroy()
global_free_array(m_yuv_bitmap);
m_yuv_bitmap = NULL;
}
#if (SDLMAME_SDL2)
SDL_DestroyRenderer(m_sdl_renderer);
#endif
}
//============================================================