aboutsummaryrefslogtreecommitdiff
path: root/audio/fmopl.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/fmopl.h')
-rw-r--r--audio/fmopl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/fmopl.h b/audio/fmopl.h
index b8dbdc1550..aaa8edd42d 100644
--- a/audio/fmopl.h
+++ b/audio/fmopl.h
@@ -108,10 +108,9 @@ public:
/**
* Initializes the OPL emulator.
*
- * @param rate output sample rate
* @return true on success, false on failure
*/
- virtual bool init(int rate) = 0;
+ virtual bool init() = 0;
/**
* Reinitializes the OPL emulator