mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Revert the rest of 49362, which wasn't meant for trunk
svn-id: r49366
This commit is contained in:
parent
9d72dde5e7
commit
400542a1fe
@ -16,8 +16,7 @@ MODULE_OBJS := \
|
||||
systemps2.o \
|
||||
ps2mutex.o \
|
||||
ps2time.o \
|
||||
ps2debug.o \
|
||||
ps2loader.o
|
||||
ps2debug.o
|
||||
|
||||
MODULE_DIRS += \
|
||||
backends/platform/ps2/
|
||||
|
@ -59,7 +59,6 @@
|
||||
#include "backends/platform/ps2/ps2debug.h"
|
||||
#include "backends/fs/ps2/ps2-fs-factory.h"
|
||||
|
||||
#include "backends/plugins/ps2/ps2-provider.h"
|
||||
#include "backends/saves/default/default-saves.h"
|
||||
#include "common/config-manager.h"
|
||||
|
||||
@ -133,10 +132,6 @@ extern "C" int main(int argc, char *argv[]) {
|
||||
|
||||
g_systemPs2->init();
|
||||
|
||||
#ifdef DYNAMIC_MODULES
|
||||
PluginManager::instance().addPluginProvider(new PS2PluginProvider());
|
||||
#endif
|
||||
|
||||
sioprintf("init done. starting ScummVM.\n");
|
||||
int res = scummvm_main(argc, argv);
|
||||
sioprintf("scummvm_main terminated: %d\n", res);
|
||||
|
Loading…
Reference in New Issue
Block a user