mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
51c42478d2
Currently, the plugin architecture searches for plugins in ScummVM's base directory and in the plugins directory itself. However, for Win32, we need to bundle several DLL files in order to make ScummVM run at all. Currently, this leads to several warning messages since ScummVM tries to load those DLLs as plugins. This patch excludes the ScummVM base directory when running on Win32 and only accepts plugins from the plugins directory. |
||
---|---|---|
.. | ||
commandLine.cpp | ||
commandLine.h | ||
internal_plugins.h | ||
internal_revision.h.in | ||
internal_version.h | ||
internal_version.h.in | ||
main.cpp | ||
main.h | ||
module.mk | ||
plugins.cpp | ||
plugins.h | ||
test_new_standards.cpp | ||
version.cpp | ||
version.h |