diff options
Diffstat (limited to 'libretro.c')
-rw-r--r-- | libretro.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,7 @@ #include "cpuexec.h" #include "spc7110.h" #include "srtc.h" +#include "sa1.h" #ifdef PSP #include <pspkernel.h> @@ -382,6 +383,9 @@ void retro_run(void) { int i, port; +// video_cb(NULL, IPPU.RenderedScreenWidth, IPPU.RenderedScreenHeight, GFX.Pitch); +// IPPU.RenderThisFrame = false; + poll_cb(); RETRO_PERFORMANCE_INIT(S9xMainLoop_func); @@ -400,6 +404,8 @@ void retro_run(void) samples_to_play -= (int)samples_to_play; } +// return; + #ifdef FRAMESKIP if (IPPU.RenderThisFrame) { |