mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 19:44:08 +00:00
(PS2) TheGame/main/GameInit/SystemInit, ProcessSlowMode
This commit is contained in:
parent
5a034097c9
commit
3769170113
12 changed files with 1408 additions and 744 deletions
|
@ -161,6 +161,7 @@ public:
|
|||
|
||||
static bool &bDisplayNoControllerMessage;
|
||||
static bool &bObsoleteControllerMessage;
|
||||
static bool bOldDisplayNoControllerMessage;
|
||||
static bool &m_bMapPadOneToPadTwo;
|
||||
|
||||
static CKeyboardState &OldKeyState;
|
||||
|
@ -173,7 +174,7 @@ public:
|
|||
|
||||
|
||||
|
||||
|
||||
static void Initialise(void);
|
||||
void Clear(bool bResetPlayerControls);
|
||||
void ClearMouseHistory();
|
||||
void UpdateMouse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue