Skip to content

Commit

Permalink
- No disc required for USBGecko
Browse files Browse the repository at this point in the history
  • Loading branch information
emukidid committed Jun 12, 2017
1 parent b7dd7c6 commit 7c60088
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cube/patches/usbgecko/usbgecko.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,11 @@ void perform_read() {
gecko_receive((void*)(dst | 0x80000000), len);
//_CPU_ISR_Disable();
dcache_flush_icache_inv((void*)(dst | 0x80000000), len);
dvd[2] = 0xE0000000;
dvd[3] = 0;
dvd[4] = 0x20;
dvd[4] = 0;
dvd[5] = 0;
dvd[6] = 0x20;
dvd[7] = 3;
dvd[6] = 0;
dvd[8] = 0;
dvd[7] = 1;
}

0 comments on commit 7c60088

Please sign in to comment.