Mirror F1/F3 menu CPU usage fix in Windows version and a type in the previous commit I just put in CVS a second ago
This commit is contained in:
@@ -1047,7 +1047,7 @@ void UpdateVFrame(void)
|
||||
int i;
|
||||
|
||||
//Quick fix for GUI CPU usage
|
||||
if (GUIOn | GUIOn2) usleep(6000);
|
||||
if (GUIOn || GUIOn2) usleep(6000);
|
||||
|
||||
CheckTimers();
|
||||
Main_Proc();
|
||||
|
||||
Reference in New Issue
Block a user