We assume deinit/init is going to be correct from now on on

console
This commit is contained in:
twinaphex 2016-02-08 00:24:20 +01:00
parent cd578521e4
commit 29d1326c4f

View File

@ -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)