mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 01:49:17 +01:00
use <nds/ndstypes.h>
This commit is contained in:
parent
b34e817e2f
commit
82c3168c36
@ -51,7 +51,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef NDS
|
||||
#include <nds/jtypes.h>
|
||||
#include <nds/ndstypes.h>
|
||||
#else
|
||||
#include "gba_types.h"
|
||||
#endif
|
||||
|
@ -40,7 +40,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef NDS
|
||||
#include <nds/jtypes.h>
|
||||
#include <nds/ndstypes.h>
|
||||
#else
|
||||
#include "gba_types.h"
|
||||
#endif
|
||||
|
@ -50,7 +50,7 @@
|
||||
#define _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
|
||||
|
||||
#define FEATURE_MEDIUM_CANREAD 0x00000001
|
||||
|
Loading…
Reference in New Issue
Block a user