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/memmap.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/memmap.cpp') diff --git a/source/memmap.cpp b/source/memmap.cpp index 20110f9..9ff1c02 100644 --- a/source/memmap.cpp +++ b/source/memmap.cpp @@ -114,9 +114,9 @@ #include "unzip/unzip.h" #ifdef DS2_DMA -#include "ds2_cpu.h" -#include "ds2_dma.h" -#include "dma_adj.h" +//#include "ds2_cpu.h" +//#include "ds2_dma.h" +//#include "dma_adj.h" #endif #ifdef __W32_HEAP -- cgit v1.2.3