diff options
author | Nebuleon Fumika | 2013-02-03 05:59:48 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-02-03 05:59:48 -0500 |
commit | 461f2406555faaee7191871390192d06625f5a81 (patch) | |
tree | edbbc706e1b565855c2ae37289a622429b454988 /sdk-modifications/libsrc/dma/dmacopy.c | |
parent | fd92545013ed91d2867e1e180a9b86611eb19f9c (diff) | |
download | snes9x2005-461f2406555faaee7191871390192d06625f5a81.tar.gz snes9x2005-461f2406555faaee7191871390192d06625f5a81.tar.bz2 snes9x2005-461f2406555faaee7191871390192d06625f5a81.zip |
Fix a name clash between Snes9x's dma.h and the DS2 dma.h by renaming the DS2 dma.h to ds2_dma.h.
Add preliminary support for drawing emulated screens with DS2 DMA.
Diffstat (limited to 'sdk-modifications/libsrc/dma/dmacopy.c')
-rw-r--r-- | sdk-modifications/libsrc/dma/dmacopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk-modifications/libsrc/dma/dmacopy.c b/sdk-modifications/libsrc/dma/dmacopy.c index 2c5a2b1..83609d3 100644 --- a/sdk-modifications/libsrc/dma/dmacopy.c +++ b/sdk-modifications/libsrc/dma/dmacopy.c @@ -1,5 +1,5 @@ #include <stdlib.h> -#include "dma.h" +#include "ds2_dma.h" #include "ds2_types.h" #define MAX_DMA_NUM 6 /* max 6 channels */ |