mirror of
https://github.com/rvtr/SafeNANDManager.git
synced 2026-01-26 13:43:04 -05:00
Derp fix
This commit is contained in:
parent
f28b46b3c8
commit
39ce5d0e53
@ -54,6 +54,8 @@ void getConsoleID(u8 *consoleID){
|
|||||||
swiWaitForVBlank();
|
swiWaitForVBlank();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
u8 empty_buff[8] = {0};
|
||||||
|
|
||||||
memcpy(key, fifo, 16); //receive the goods from arm7
|
memcpy(key, fifo, 16); //receive the goods from arm7
|
||||||
|
|
||||||
if(memcmp(key + 8, empty_buff, 8) == 0)
|
if(memcmp(key + 8, empty_buff, 8) == 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user