aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libretro.c b/libretro.c
index 445f0ec..95bcada 100644
--- a/libretro.c
+++ b/libretro.c
@@ -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)
{