Skip to content

Commit

Permalink
- Re-enable CRC verification on hypervisor exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Oct 5, 2024
1 parent 3fcc415 commit c2e75ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cube/patches/sdgecko/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#define CMD24 (0x58)
//CMD25 - Write multiple block command
#define CMD25 (0x59)
//CMD59 - CRC option command
#define CMD59 (0x7B)

#ifndef QUEUE_SIZE
#define QUEUE_SIZE 2
Expand Down Expand Up @@ -438,6 +440,7 @@ void reset_device() {
if(exi_regs != NULL) {
end_read();
send_cmd(CMD0, 0);
send_cmd(CMD59, 1);
}
}

Expand Down

0 comments on commit c2e75ac

Please sign in to comment.