mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
fusee: enable sdmmc loglevel control
This commit is contained in:
parent
932a5bd645
commit
711f85305b
1 changed files with 9 additions and 0 deletions
|
@ -123,6 +123,15 @@ enum sdmmc_partition {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the current SDMMC debugging loglevel.
|
||||||
|
*
|
||||||
|
* @param loglevel Current log level. A higher value prints more logs.
|
||||||
|
*/
|
||||||
|
void sdmmc_set_loglevel(int loglevel);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initiailzes an SDMMC controller for use with an eMMC or SD card device.
|
* Initiailzes an SDMMC controller for use with an eMMC or SD card device.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue