- fixed a bug in pause handling of environment controller.
- added code to triple axis MAD emulation layer
This commit is contained in:
4
tas.h
4
tas.h
@@ -105,8 +105,9 @@
|
||||
#define BET4 89
|
||||
#define OUT 90
|
||||
#define LOC 91
|
||||
#define SWUNIT 92
|
||||
|
||||
#define MAXPAR 92
|
||||
#define MAXPAR 93
|
||||
#define MAXADD 20
|
||||
|
||||
/* --------------------- data structure -------------------------------*/
|
||||
@@ -121,6 +122,7 @@ typedef struct {
|
||||
int addType[MAXADD];
|
||||
int addCount;
|
||||
int iFileNO;
|
||||
int iFast;
|
||||
}TASdata, *pTASdata;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user