From 29d1326c4fc0844d2ac5433e6a8a4f1e4d1c6aa8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Feb 2016 00:24:20 +0100 Subject: [PATCH] We assume deinit/init is going to be correct from now on on console --- gfx/video_driver.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index ab8bfedce7..d119be4c59 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -554,10 +554,6 @@ static bool uninit_video_input(void) static bool init_video_pixel_converter(unsigned size) { - /* This function can be called multiple times - * without deiniting first on consoles. */ - deinit_pixel_converter(); - /* If pixel format is not 0RGB1555, we don't need to do * any internal pixel conversion. */ if (video_driver_get_pixel_format() != RETRO_PIXEL_FORMAT_0RGB1555)