mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
We assume deinit/init is going to be correct from now on on
console
This commit is contained in:
parent
cd578521e4
commit
29d1326c4f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user