Increased CTRCARD clock from 4.18 to 13.4 MHz on ROM reads. (#873)

This commit is contained in:
profi200 2024-11-26 23:32:51 +01:00 committed by GitHub
parent 9e7df4c52d
commit 105f4ae5f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ void CTR_CmdReadData(u32 sector, u32 length, u32 blocks, void* buffer)
(u32)((sector << 9) & 0xFFFFFFFF),
0x00000000, 0x00000000
};
CTR_SendCommand(read_cmd, length, blocks, 0x704822C, buffer);
CTR_SendCommand(read_cmd, length, blocks, 0x104822C, buffer); // Clock divider 5 (13.4 MHz). Same as Process9.
}
void CTR_CmdReadHeader(void* buffer)