mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
* Fixed card reading (I didn't notice I broke it) * Fixed cart swapping * Still unsupported: CTR carts * Still hangs if cart has no SPI flash (see WarioWare DIY) The initialization code was simplified to only enable the SPICARD interface, which assumes the *TRCARD interface has been initialized beforehand. To keep things simple, I just wrapped SPIWriteRead with SPICARD_Init and SPICARD_deinit (which does the exact opposite)