opps forgot to reset read_count.
This commit is contained in:
parent
0d2e59c909
commit
9d35b8b6ee
@ -20,6 +20,7 @@ void CTR_CmdReadData(u32 sector, u32 length, u32 blocks, void* buffer)
|
||||
if(read_count++ > 10000)
|
||||
{
|
||||
CTR_CmdC5();
|
||||
read_count = 0;
|
||||
}
|
||||
|
||||
const u32 read_cmd[4] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user