Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BASE: WIN32: Exclude scummvm's base directory from plugin path #2448

Merged
merged 1 commit into from Sep 13, 2020

Commits on Sep 6, 2020

  1. BASE: WIN32: Exclude scummvm's base directory from plugin path

    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.
    lotharsm committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    5fb172e View commit details
    Browse the repository at this point in the history