Fix up a silly mistake of mine -.-
This commit is contained in:
parent
8e1b58a7fa
commit
a5befbcc87
|
@ -142,7 +142,7 @@ void CPifRam::PifRamWrite (void) {
|
|||
Challenge[i*2+1] = m_PifRam[48+i] & 0x0f;
|
||||
}
|
||||
//Calcuate the proper respone for the give challange(X-Scales algorithm)
|
||||
n64_cic_nus_6105(Challenge, Response, CHL_LEN - 2);
|
||||
n64_cic_nus_6105(Challenge, Response, CHALLENGE_LENGTH - 2);
|
||||
// re-format the 'response' into a byte stream
|
||||
for (int i = 0; i < 15; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue