This should fix the GUI from using 100% CPU time

This commit is contained in:
pagefault
2005-01-25 23:20:49 +00:00
parent b443836018
commit 41bc986124

View File

@@ -755,6 +755,9 @@ void Start36HZ(void)
update_ticks_pc2 = UPDATE_TICKS_UDP; update_ticks_pc2 = UPDATE_TICKS_UDP;
update_ticks_pc = UPDATE_TICKS_GUI; update_ticks_pc = UPDATE_TICKS_GUI;
//Quick fix for GUI CPU usage
usleep(1000);
start = sem_GetTicks(); start = sem_GetTicks();
start2 = sem_GetTicks(); start2 = sem_GetTicks();
T60HZEnabled = 0; T60HZEnabled = 0;