jamchamb / gc-memcard-adapter

Read and write to GameCube memory cards with a Raspberry Pi
MIT License
43 stars 3 forks source link

Use EXI ID info and implement card unlocking #4

Open jamchamb opened 2 years ago

jamchamb commented 2 years ago

The current script works for a specific 3rd party memory card, but doesn't check the EXI ID to determine different card sizes, sector sizes, and latency, and doesn't properly implement the card unlocking routine. Implementing these should probably fix #1 and #2.