Changes

667 bytes added ,  02:12, 6 May 2021
→‎IPC: added SD commands
Line 77: Line 77:  
=== IPC_NAND_GETMINPAGE ===
 
=== IPC_NAND_GETMINPAGE ===
 
Fetches the lowest writable page enforced by mini.
 
Fetches the lowest writable page enforced by mini.
 +
 +
=== IPC_SDHC_DISCOVER ===
 +
Initializes the SDHC handler.
 +
 +
=== IPC_SDHC_EXIT ===
 +
Shuts off the SDHC handler.
 +
 +
=== IPC_SDMMC_ACK ===
 +
Clears the "new SD card" flag, resulting in [[#IPC_SDMMC_STATE]] returning SDMMC_INSERTED instead of SDMMC_NEW_CARD.
 +
 +
=== IPC_SDMMC_READ ===
 +
Reads raw data from the front SD card.
 +
 +
=== IPC_SDMMC_WRITE ===
 +
Writes raw data to the front SD.
 +
 +
=== IPC_SDMMC_STATE ===
 +
Returns whether there is no SD card (SDMMC_NO_CARD), a card inserted since the last [[#IPC_SDMMC_ACK|IPC_SDMMC_ACK]] (SDMMC_NEW_CARD), or a card inserted before the last IPC_SDMMC_ACK (SDMMC_INSERTED).
 +
 +
=== IPC_SDMMC_SIZE ===
 +
Returns the number of sectors in the front SD.
    
{{Navbox IOS|skipCat=true}}
 
{{Navbox IOS|skipCat=true}}
 
[[Category:IOS]]
 
[[Category:IOS]]
5,579

edits