Added macros for clearing writing to memory
Cleaned DS card implementation (not completely done, to finish)
This commit is contained in:
parent
0498d0376d
commit
fab2dde45b
|
@ -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