This commit is contained in:
RocketRobz 2024-05-22 23:41:50 -06:00
parent f28b46b3c8
commit 39ce5d0e53

View File

@ -54,6 +54,8 @@ void getConsoleID(u8 *consoleID){
swiWaitForVBlank();
}
u8 empty_buff[8] = {0};
memcpy(key, fifo, 16); //receive the goods from arm7
if(memcmp(key + 8, empty_buff, 8) == 0)