blob: 40a9f8dffb9fa2c59314f65615fbbbbdc371eee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- qjoypad-3.4.orig/src/loop.cpp 2004-08-17 16:30:19.000000000 +0200
+++ qjoypad-3.4/src/loop.cpp 2007-10-26 16:40:41.000000000 +0200
@@ -31,7 +31,7 @@ bool JoyLoop::processEvents( ProcessEven
//sleep for a moment. This is just to keep us from throwing all the
//available processer power into madly checking for new events.
- usleep(1);
+ usleep(10000);
//now we can let QT process all of its events, like GUI events and timers.
return QEventLoop::processEvents(AllEvents);
|