mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
sdmcInitの仕様変更に伴う引数追加
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@232 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
a9dbe9301a
commit
2c4d4a179c
@ -591,7 +591,7 @@ BOOL FATFS_InitFIRM( void* nandContext )
|
||||
#endif
|
||||
|
||||
/* SDドライバ初期化 */
|
||||
if ( sdmcInit( SDMC_NOUSE_DMA ) != SDMC_NORMAL )
|
||||
if ( sdmcInit( SDMC_NOUSE_DMA, SDMC_NOUSE_DMA ) != SDMC_NORMAL )
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user