diff options
Diffstat (limited to 'backends/platform/ds/arm9/source/fat')
-rw-r--r-- | backends/platform/ds/arm9/source/fat/disc_io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/ds/arm9/source/fat/disc_io.h b/backends/platform/ds/arm9/source/fat/disc_io.h index 1e1638c3c4..05d4c020bd 100644 --- a/backends/platform/ds/arm9/source/fat/disc_io.h +++ b/backends/platform/ds/arm9/source/fat/disc_io.h @@ -46,6 +46,10 @@ #define REG_EXMEMCNT REG_EXEMEMCNT #endif +#ifndef REG_EXEMEMCNT +#define REG_EXEMEMCNT REG_EXMEMCNT +#endif + //---------------------------------------------------------------------- #if defined _CF_USE_DMA && defined _CF_ALLOW_UNALIGNED |