aboutsummaryrefslogtreecommitdiff
path: root/source/snes9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/snes9x.h')
-rw-r--r--source/snes9x.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/snes9x.h b/source/snes9x.h
index ab70efa..443f518 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -93,9 +93,10 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
-#include "fs_api.h"
-#include "ds2_malloc.h"
+//#include "fs_api.h"
+//#include "ds2_malloc.h"
#ifdef __cplusplus
extern "C" {