From 5a96997f186b2cff1a24ed5572430fe0f031e8d3 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 28 Oct 2014 03:13:05 +0100 Subject: initial libretro port. --- source/snes9x.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/snes9x.h') 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 #include +#include -#include "fs_api.h" -#include "ds2_malloc.h" +//#include "fs_api.h" +//#include "ds2_malloc.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3