[Project64] Clean up PifRam.h
This commit is contained in:
parent
aea724b81a
commit
fbe8ca9719
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue