diff --git a/plugins/title-folder.cpp b/plugins/title-folder.cpp index 205f7225a..eae381b95 100644 --- a/plugins/title-folder.cpp +++ b/plugins/title-folder.cpp @@ -16,6 +16,7 @@ static std::string original_title; static DFLibrary *sdl_handle = NULL; static const std::vector sdl_libs { "SDLreal.dll", + "SDL.framework/Versions/A/SDL", "SDL.framework/SDL", "libSDL-1.2.so.0" };