aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
authoraliaspider2014-11-02 11:24:11 +0100
committeraliaspider2014-11-02 11:24:11 +0100
commit4446c4cbf34cb8c16d255d2a498245a97dcdadc3 (patch)
treef94fe9a210e97d7b0c8e12c106402797d1fe9e92 /libretro.c
parent746885772df0f26d2c8b8db5db1960d7c4575803 (diff)
downloadsnes9x2005-4446c4cbf34cb8c16d255d2a498245a97dcdadc3.tar.gz
snes9x2005-4446c4cbf34cb8c16d255d2a498245a97dcdadc3.tar.bz2
snes9x2005-4446c4cbf34cb8c16d255d2a498245a97dcdadc3.zip
comment out NO_VIDEO_OUTPUT.
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretro.c b/libretro.c
index 3b56a30..3040171 100644
--- a/libretro.c
+++ b/libretro.c
@@ -364,7 +364,7 @@ uint32 S9xReadJoypad(int port)
#define FRAMESKIP
#endif
-#define NO_VIDEO_OUTPUT
+//#define NO_VIDEO_OUTPUT
static float samples_to_play = 0.0;
void retro_run(void)
{