mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 06:20:35 +00:00
fixed dinput
This commit is contained in:
parent
ecf03d0f54
commit
60364f11da
3 changed files with 44 additions and 33 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
int32 m_ContSetOrder;
|
||||
};
|
||||
|
||||
bool field_0;
|
||||
bool firstCapture;
|
||||
char _pad0[3];
|
||||
DIJOYSTATE2 m_OldState;
|
||||
DIJOYSTATE2 m_NewState;
|
||||
|
|
|
@ -115,7 +115,7 @@ enum Config {
|
|||
# define CHATTYSPLASH // print what the game is loading
|
||||
#endif
|
||||
|
||||
//#define FIX_BUGS // fix bugs in the game, TODO: use this more
|
||||
#define FIX_BUGS // fix bugs in the game, TODO: use this more
|
||||
#define KANGAROO_CHEAT
|
||||
#define ASPECT_RATIO_SCALE
|
||||
#define USE_DEBUG_SCRIPT_LOADER
|
||||
#define USE_DEBUG_SCRIPT_LOADER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue