aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
authoraliaspider2014-11-02 06:31:17 +0100
committeraliaspider2014-11-02 06:31:17 +0100
commit188fe860e0af98aa51a727dbda794f479a665617 (patch)
treec15282a958dc0250e12533d63f36447d379a4cc3 /source/snes9x.h
parent95b02f090c236201951795b2544bfb471e299fcd (diff)
downloadsnes9x2005-188fe860e0af98aa51a727dbda794f479a665617.tar.gz
snes9x2005-188fe860e0af98aa51a727dbda794f479a665617.tar.bz2
snes9x2005-188fe860e0af98aa51a727dbda794f479a665617.zip
implement rom loading from memory.
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index 7d94fc7..912f101 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -95,8 +95,7 @@
#include <stdlib.h>
#include <stdint.h>
-//#include "fs_api.h"
-//#include "ds2_malloc.h"
+#include <libretro.h>
extern int cprintf(const char* fmt, ...);