mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
カードがCPU使用になったので、AESで使用するDMAを2と3に
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1395 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
b71b140376
commit
27ddfcdcf8
@ -346,7 +346,7 @@ void SYSM_StartDecryptAESRegion( ROM_Header_Short *hs )
|
||||
|
||||
static AESCounter aesCounter;
|
||||
|
||||
#define DMA_SEND 1
|
||||
#define DMA_SEND 2
|
||||
#define DMA_RECV 3
|
||||
static void ReplaceWithAes( void* ptr, u32 size )
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user