diff options
author | Florian Kagerer | 2010-06-22 15:30:41 +0000 |
---|---|---|
committer | Florian Kagerer | 2010-06-22 15:30:41 +0000 |
commit | 46ec88f74d9b7596cee2e6a167b1ccf361771601 (patch) | |
tree | bbee6636c5bdb26ef1922cb3ec3c6b61d0bf8f23 /base | |
parent | bb9f556c363718959a43c7a65cec1944b626d358 (diff) | |
download | scummvm-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')
-rw-r--r-- | base/plugins.cpp | 2 |
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) |