CHEWY: Fix compilation with plugins enabled

This commit is contained in:
Eugene Sandulenko 2016-03-25 08:42:17 +01:00 committed by Filippos Karapetis
parent 3596672735
commit 77e60faa03

View File

@ -138,7 +138,7 @@ SaveStateDescriptor ChewyMetaEngine::querySaveMetaInfos(const char *target, int
return SaveStateDescriptor();
} // End of namespace Chewy
#if PLUGIN_ENABLED_DYNAMIC(Chewy)
#if PLUGIN_ENABLED_DYNAMIC(CHEWY)
REGISTER_PLUGIN_DYNAMIC(CHEWY, PLUGIN_TYPE_ENGINE, ChewyMetaEngine);
#else
REGISTER_PLUGIN_STATIC(CHEWY, PLUGIN_TYPE_ENGINE, ChewyMetaEngine);