1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

(sdl2_video) Fix floating point exception

This commit is contained in:
Higor Eurípedes 2015-11-30 21:21:10 -03:00
parent 0f339caf30
commit 0dfccf2785

View File

@ -455,6 +455,8 @@ static void *sdl2_gfx_init(const video_info_t *video,
sdl2_gfx_set_handles(vid);
sdl_refresh_viewport(vid);
*input = NULL;
*input_data = NULL;