Skip to content

Commit

Permalink
Merge branch 'master' into real-lua-attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Nov 26, 2024
2 parents f121fa7 + 105f4ae commit 5dacf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/gamecart/command_ctr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5dacf8e

Please sign in to comment.