diff options
author | red031000 <rubenru09@aol.com> | 2020-10-20 01:48:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 01:48:12 +0100 |
commit | 5b76f6966c503210945b89e6e2662ca5e2c60dc1 (patch) | |
tree | 72b2aa868b6694c63e7e04f9f13e2fd689f48c8e /arm9/lib/src | |
parent | 181a5e1c655e2acdff3dc3d53249ecc6290d76c8 (diff) |
small test
Diffstat (limited to 'arm9/lib/src')
-rw-r--r-- | arm9/lib/src/CARD_request.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arm9/lib/src/CARD_request.c b/arm9/lib/src/CARD_request.c index 234acd88..2d728d14 100644 --- a/arm9/lib/src/CARD_request.c +++ b/arm9/lib/src/CARD_request.c @@ -49,7 +49,6 @@ ARM_FUNC BOOL CARDi_Request(CARDiCommon *p, s32 req_type, s32 retry_count) (void)CARDi_Request(p, CARD_REQ_INIT, 1); } - DC_FlushRange(p->cmd, sizeof(*p->cmd)); DC_WaitWriteBufferEmpty(); |