mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2024-11-05 11:15:09 +01:00
12 lines
203 B
C
12 lines
203 B
C
|
#include "types.h"
|
||
|
#include "imports.h"
|
||
|
|
||
|
void mlc_init(void)
|
||
|
{
|
||
|
FS_MMC_MLC_STRUCT[0x24/4] = FS_MMC_MLC_STRUCT[0x24/4] | 0x20;
|
||
|
FS_MMC_MLC_STRUCT[0x28/4] = FS_MMC_MLC_STRUCT[0x28/4] & (~0x04);
|
||
|
}
|
||
|
|
||
|
|
||
|
|