aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/emumidi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/emumidi.h')
-rw-r--r--sound/softsynth/emumidi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h
index 579aebeeff..75559530f3 100644
--- a/sound/softsynth/emumidi.h
+++ b/sound/softsynth/emumidi.h
@@ -46,10 +46,10 @@ protected:
public:
MidiDriver_Emulated(Audio::Mixer *mixer) : _mixer(mixer) {
_isOpen = false;
-
+
_timerProc = 0;
_timerParam = 0;
-
+
_nextTick = 0;
_samplesPerTick = 0;
@@ -89,7 +89,7 @@ public:
step = (_nextTick >> FIXP_SHIFT);
generateSamples(data, step);
-
+
_nextTick -= step << FIXP_SHIFT;
if (!(_nextTick >> FIXP_SHIFT)) {
if (_timerProc)