[Project64] Clean up PifRam.h

This commit is contained in:
zilmar 2016-01-14 08:29:55 +11:00
parent aea724b81a
commit fbe8ca9719
1 changed files with 24 additions and 25 deletions

View File

@ -30,7 +30,6 @@ private:
static bool m_bShowPifRamErrors;
static int m_RefCount;
};
class CPifRam :
@ -55,9 +54,9 @@ protected:
uint8_t m_PifRam[0x40];
private:
#define CHALLENGE_LENGTH 0x20
void ProcessControllerCommand ( int Control, uint8_t * Command );
void ReadControllerCommand ( int Control, uint8_t * Command );
void LogControllerPakData ( char * Description );
void n64_cic_nus_6105 (char challenge[], char response[], int length);
#define CHALLENGE_LENGTH 0x20
void ProcessControllerCommand(int Control, uint8_t * Command);
void ReadControllerCommand(int Control, uint8_t * Command);
void LogControllerPakData(char * Description);
void n64_cic_nus_6105(char challenge[], char response[], int length);
};