mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
parent
f5fc95cd04
commit
7bcffde6c6
1 changed files with 1 additions and 2 deletions
|
@ -126,8 +126,7 @@ 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();
|
||||||
if (frame_buf)
|
dummy_video_cb(frame_buf, 320, 240, 640);
|
||||||
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…
Add table
Reference in a new issue