- fixed a bug in pause handling of environment controller.

- added code to triple axis MAD emulation layer
This commit is contained in:
cvs
2000-12-21 07:55:04 +00:00
parent 513e2701f0
commit d3b8f38ced
15 changed files with 399 additions and 24 deletions

View File

@ -412,6 +412,7 @@
SetStatus(eOutOfBeam);
if(SCGetInterrupt(self->pOwner) != eContinue)
{
SetStatus(eEager);
self->iStatus = DEVINT;
return -1;
}
@ -420,6 +421,7 @@
SetStatus(ePaused);
if(SCGetInterrupt(self->pOwner) != eContinue)
{
ContinueExecution(self);
self->iStatus = DEVINT;
return -1;
}