Added a SleepMs() in cRecorder::Action() to avoid a busy loop

This commit is contained in:
Klaus Schmidinger
2006-01-08 11:03:44 +01:00
parent 3a5c65e594
commit 4016a630be
3 changed files with 9 additions and 2 deletions

View File

@@ -1622,3 +1622,6 @@ Petri Hintukainen <Petri.Hintukainen@hut.fi>
Marcel Schaeben <mts280@gmx.de>
for his "Easy Input" patch
Ingo Schneider <mail@ingo-schneider.de>
for adding a SleepMs() in cRecorder::Action() to avoid a busy loop