Fixed cpu utilization when not active
This commit is contained in:
@@ -1585,10 +1585,12 @@ void CheckTimers(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern BYTE GUIOn2;
|
||||||
|
|
||||||
void UpdateVFrame(void)
|
void UpdateVFrame(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
// if (SuspendInBackground == 1 && IsActivated == 0) WaitMessage();
|
if (GUIOn2 == 1 && IsActivated == 0) WaitMessage();
|
||||||
|
|
||||||
int DataNeeded;
|
int DataNeeded;
|
||||||
int SPCSize=256;
|
int SPCSize=256;
|
||||||
|
|||||||
Reference in New Issue
Block a user