diff options
| author | Tony Puccinelli | 2010-06-09 04:04:34 +0000 |
|---|---|---|
| committer | Tony Puccinelli | 2010-06-09 04:04:34 +0000 |
| commit | d6b194aaa8207e5127b7e68c7bdde780672a4647 (patch) | |
| tree | 8ca40283ff8298db93f87d8479f4fb6c5480746b /backends/platform/ps2/systemps2.cpp | |
| parent | dcdebf60b052f9609e543826741fe8f845fd3257 (diff) | |
| download | scummvm-rg350-d6b194aaa8207e5127b7e68c7bdde780672a4647.tar.gz scummvm-rg350-d6b194aaa8207e5127b7e68c7bdde780672a4647.tar.bz2 scummvm-rg350-d6b194aaa8207e5127b7e68c7bdde780672a4647.zip | |
added tentative GDB flag to Makefile, changed calls to psp-functions to equivalent ps2-functions in ps2loader, minor rearrangement of code in systemps2
svn-id: r49530
Diffstat (limited to 'backends/platform/ps2/systemps2.cpp')
| -rw-r--r-- | backends/platform/ps2/systemps2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp index fda4d8feaa..120f6ee157 100644 --- a/backends/platform/ps2/systemps2.cpp +++ b/backends/platform/ps2/systemps2.cpp @@ -132,11 +132,11 @@ extern "C" int main(int argc, char *argv[]) { sioprintf("Creating system\n"); g_system = g_systemPs2 = new OSystem_PS2(argv[0]); + g_systemPs2->init(); + #ifdef DYNAMIC_MODULES PluginManager::instance().addPluginProvider(new PS2PluginProvider()); #endif - - g_systemPs2->init(); sioprintf("init done. starting ScummVM.\n"); int res = scummvm_main(argc, argv); |
