aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/midi/emumidi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/midi/emumidi.h b/backends/midi/emumidi.h
index e5daa40647..787d8912f7 100644
--- a/backends/midi/emumidi.h
+++ b/backends/midi/emumidi.h
@@ -55,6 +55,7 @@ public:
int open() {
_isOpen = true;
_samples_per_tick = (getRate() << FIXP_SHIFT) / BASE_FREQ;
+ return 0;
}
void setTimerCallback(void *timer_param, Timer::TimerProc timer_proc) {