mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
NAMの仕様変更で無線ファームが壊せなくなっていたのに対応した。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2222 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
d6713fcd09
commit
07be9696af
@ -18,6 +18,8 @@
|
||||
#include <twl.h>
|
||||
#include <twl/nam.h>
|
||||
#include <nitro/nvram/nvram.h>
|
||||
#include <nitro/crypto.h>
|
||||
|
||||
|
||||
#include "misc.h"
|
||||
#include "fatalErrorMaker.h"
|
||||
@ -70,7 +72,9 @@ void TwlMain( void )
|
||||
|
||||
NVRAMi_Init();
|
||||
FS_Init( FS_DMA_NOT_USE );
|
||||
CRYPTO_SetAllocator( Alloc, Free );
|
||||
NAM_Init( Alloc, Free );
|
||||
|
||||
|
||||
fatalMakerInit();
|
||||
OS_TPrintf("begin mainloop\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user