aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-09-17 20:02:29 +0000
committerJohannes Schickel2010-09-17 20:02:29 +0000
commitd477d66f49fb37609b6a989425603d470cb09245 (patch)
tree7ca90b4e6139eb8ac08e771e8d085f046fdb8c3f /base/plugins.cpp
parentcc764cb8ec130060aa97b7bec738c2da8a5089cf (diff)
downloadscummvm-rg350-d477d66f49fb37609b6a989425603d470cb09245.tar.gz
scummvm-rg350-d477d66f49fb37609b6a989425603d470cb09245.tar.bz2
scummvm-rg350-d477d66f49fb37609b6a989425603d470cb09245.zip
SOUND: Properly add CMS as plugin.
svn-id: r52779
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index f5e51f3228..ab660488d3 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -206,6 +206,7 @@ public:
LINK_PLUGIN(ADLIB)
LINK_PLUGIN(PCSPK)
LINK_PLUGIN(PCJR)
+ LINK_PLUGIN(CMS)
#ifndef DISABLE_SID
LINK_PLUGIN(C64)
#endif