From 764dc651012c07f8820b9001321f4f66f15116c6 Mon Sep 17 00:00:00 2001 From: Neil Millstone Date: Fri, 21 Dec 2007 18:36:40 +0000 Subject: Scaler corruption fixes, scaler console fixes, adding Lure target (except it doesn't quite work yet), adding function keys to virtual keyboard svn-id: r29944 --- backends/platform/ds/arm9/source/fat/disc_io.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/platform/ds/arm9/source/fat') 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 -- cgit v1.2.3