mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 16:20:39 +00:00
Add this conditional check
This commit is contained in:
parent
c3c772a79a
commit
f5fc95cd04
@ -126,7 +126,8 @@ void libretro_dummy_retro_reset(void)
|
|||||||
void libretro_dummy_retro_run(void)
|
void libretro_dummy_retro_run(void)
|
||||||
{
|
{
|
||||||
dummy_input_poll_cb();
|
dummy_input_poll_cb();
|
||||||
dummy_video_cb(frame_buf, 320, 240, 640);
|
if (frame_buf)
|
||||||
|
dummy_video_cb(frame_buf, 320, 240, 640);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This should never be called, it's only used as a placeholder. */
|
/* This should never be called, it's only used as a placeholder. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user