aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorFlorian Kagerer2010-06-22 15:30:41 +0000
committerFlorian Kagerer2010-06-22 15:30:41 +0000
commit46ec88f74d9b7596cee2e6a167b1ccf361771601 (patch)
treebbee6636c5bdb26ef1922cb3ec3c6b61d0bf8f23 /base/plugins.cpp
parentbb9f556c363718959a43c7a65cec1944b626d358 (diff)
downloadscummvm-rg350-46ec88f74d9b7596cee2e6a167b1ccf361771601.tar.gz
scummvm-rg350-46ec88f74d9b7596cee2e6a167b1ccf361771601.tar.bz2
scummvm-rg350-46ec88f74d9b7596cee2e6a167b1ccf361771601.zip
GUI/LAUNCHER: This should fix the regression concerning pc speaker / pcjr support caused by patch #1956501
svn-id: r50145
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 199344087c..39ee10c2cb 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -205,6 +205,8 @@ public:
LINK_PLUGIN(MT32)
#endif
LINK_PLUGIN(ADLIB)
+ LINK_PLUGIN(PCSPK)
+ LINK_PLUGIN(PCJR)
LINK_PLUGIN(TOWNS)
#if defined (UNIX)
LINK_PLUGIN(TIMIDITY)