Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Mar 16, 2024
1 parent f283773 commit 1533466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/arm9/source/conf_sd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void decrypt_modcrypt_area(dsi_context* ctx, u8 *buffer, unsigned int size)

while(len>0)
{
__aeabi_memset(block, 0x10, 0);
__aeabi_memclr(block, 0x10);
dsi_crypt_ctr_block(ctx, buffer, block);
__aeabi_memcpy(buffer, block, 0x10);
buffer+=0x10;
Expand Down

0 comments on commit 1533466

Please sign in to comment.