mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-19 02:15:33 +00:00
fusee: enable sdmmc loglevel control
This commit is contained in:
parent
932a5bd645
commit
711f85305b
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user