mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 18:09:17 +01:00
use <nds/ndstypes.h>
This commit is contained in:
parent
b34e817e2f
commit
82c3168c36
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user