Disable Drascula's and MADE's dummy fallbackDetect.
svn-id: r32297
This commit is contained in:
parent
6d6d634db1
commit
c6e29f4e4d
2 changed files with 4 additions and 2 deletions
|
@ -234,7 +234,8 @@ const Common::ADGameDescription *DrasculaMetaEngine::fallbackDetect(const FSList
|
||||||
Drascula::g_fallbackDesc.features = 0;
|
Drascula::g_fallbackDesc.features = 0;
|
||||||
Drascula::g_fallbackDesc.version = 0;
|
Drascula::g_fallbackDesc.version = 0;
|
||||||
|
|
||||||
return (const Common::ADGameDescription *)&Drascula::g_fallbackDesc;
|
//return (const Common::ADGameDescription *)&Drascula::g_fallbackDesc;
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if PLUGIN_ENABLED_DYNAMIC(DRASCULA)
|
#if PLUGIN_ENABLED_DYNAMIC(DRASCULA)
|
||||||
|
|
|
@ -356,7 +356,8 @@ const Common::ADGameDescription *MadeMetaEngine::fallbackDetect(const FSList *fs
|
||||||
Made::g_fallbackDesc.features = 0;
|
Made::g_fallbackDesc.features = 0;
|
||||||
Made::g_fallbackDesc.version = 0;
|
Made::g_fallbackDesc.version = 0;
|
||||||
|
|
||||||
return (const Common::ADGameDescription *)&Made::g_fallbackDesc;
|
//return (const Common::ADGameDescription *)&Made::g_fallbackDesc;
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if PLUGIN_ENABLED_DYNAMIC(MADE)
|
#if PLUGIN_ENABLED_DYNAMIC(MADE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue