mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
CHEWY: Fix compilation with plugins enabled
This commit is contained in:
parent
3596672735
commit
77e60faa03
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user