aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
authoraliaspider2014-11-01 12:58:18 +0100
committeraliaspider2014-11-01 12:58:18 +0100
commitc5a274455050239c48a9937adf62a6d2ccb529e7 (patch)
tree4c1f381eb5f44ce38af03a390980ffca905792d4 /libretro.c
parent67bb9d8467b385378c509c7a801ce0414c9b0ec7 (diff)
downloadsnes9x2005-c5a274455050239c48a9937adf62a6d2ccb529e7.tar.gz
snes9x2005-c5a274455050239c48a9937adf62a6d2ccb529e7.tar.bz2
snes9x2005-c5a274455050239c48a9937adf62a6d2ccb529e7.zip
fix build
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)
{