Revert "Add this conditional check"

This reverts commit f5fc95cd04a947ec34b044ccf5d1afc8fd82e371.
This commit is contained in:
twinaphex 2017-06-05 06:52:16 +02:00
parent f5fc95cd04
commit 7bcffde6c6

View File

@ -126,7 +126,6 @@ void libretro_dummy_retro_reset(void)
void libretro_dummy_retro_run(void)
{
dummy_input_poll_cb();
if (frame_buf)
dummy_video_cb(frame_buf, 320, 240, 640);
}