Added macros for clearing writing to memory
Cleaned DS card implementation (not completely done, to finish)
This commit is contained in:
parent
22bca700ec
commit
e72a9e8281
|
@ -0,0 +1,15 @@
|
|||
#ifndef __DSCARD_H__
|
||||
#define __DSCARD_H__
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
u32 adress;
|
||||
u32 transfer_count;
|
||||
|
||||
} nds_dscard;
|
||||
|
||||
#endif /*__DSCARD_H__*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue