use <nds/ndstypes.h>

This commit is contained in:
Dave Murphy 2008-02-12 16:14:39 +00:00
parent b34e817e2f
commit 82c3168c36
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ extern "C" {
#endif #endif
#ifdef NDS #ifdef NDS
#include <nds/jtypes.h> #include <nds/ndstypes.h>
#else #else
#include "gba_types.h" #include "gba_types.h"
#endif #endif

View File

@ -40,7 +40,7 @@
#endif #endif
#ifdef NDS #ifdef NDS
#include <nds/jtypes.h> #include <nds/ndstypes.h>
#else #else
#include "gba_types.h" #include "gba_types.h"
#endif #endif

View File

@ -50,7 +50,7 @@
#define _IO_ALLOW_UNALIGNED #define _IO_ALLOW_UNALIGNED
#if defined _IO_USE_DMA && defined _IO_ALLOW_UNALIGNED #if defined _IO_USE_DMA && defined _IO_ALLOW_UNALIGNED
#error You can't use both DMA and unaligned memory #error "You can't use both DMA and unaligned memory"
#endif #endif
#define FEATURE_MEDIUM_CANREAD 0x00000001 #define FEATURE_MEDIUM_CANREAD 0x00000001