diff options
author | athrxx | 2011-04-21 20:29:25 +0200 |
---|---|---|
committer | athrxx | 2011-04-21 20:29:25 +0200 |
commit | 204644b001d85612742426b5731b8149b0a24f2e (patch) | |
tree | 8e19872f056e773335536b5cb6a70d3e3f55f75f /backends/platform/dc/dcmain.cpp | |
parent | b0008d2d33c394fbba358c08b032c5872e6a909d (diff) | |
parent | 44e79c70fa2908e0abdb7c9effa1dd039404a520 (diff) | |
download | scummvm-rg350-204644b001d85612742426b5731b8149b0a24f2e.tar.gz scummvm-rg350-204644b001d85612742426b5731b8149b0a24f2e.tar.bz2 scummvm-rg350-204644b001d85612742426b5731b8149b0a24f2e.zip |
Merge branch 'master' of https://github.com/scummvm/scummvm
Diffstat (limited to 'backends/platform/dc/dcmain.cpp')
-rw-r--r-- | backends/platform/dc/dcmain.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/platform/dc/dcmain.cpp b/backends/platform/dc/dcmain.cpp index bbd4f994f7..f9640130d3 100644 --- a/backends/platform/dc/dcmain.cpp +++ b/backends/platform/dc/dcmain.cpp @@ -33,7 +33,6 @@ #include <common/config-manager.h> #include <common/memstream.h> -#include "backends/plugins/dc/dc-provider.h" #include "audio/mixer_intern.h" @@ -336,7 +335,7 @@ int main() g_system = &osys_dc; #ifdef DYNAMIC_MODULES - PluginManager::instance().addPluginProvider(new DCPluginProvider()); + PluginManager::instance().addPluginProvider(&osys_dc); #endif scummvm_main(argc, argv); |