mirror of
https://github.com/wiiu-env/MochaLite.git
synced 2024-11-01 02:25:10 +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);
|
|
}
|
|
|
|
|
|
|