mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- extended list of predefined filenames for SDL2 shared object lookup
https://forum.zdoom.org/viewtopic.php?t=65348
This commit is contained in:
parent
d1541e2cf7
commit
053736363d
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ SDLVideo::SDLVideo ()
|
|||
// Load optional SDL functions
|
||||
if (!Priv::library.IsLoaded())
|
||||
{
|
||||
Priv::library.Load({ "libSDL2.so", "libSDL2-2.0.so" });
|
||||
Priv::library.Load({ "libSDL2-2.0.so.0", "libSDL2-2.0.so", "libSDL2.so" });
|
||||
}
|
||||
|
||||
#ifdef HAVE_VULKAN
|
||||
|
|
Loading…
Reference in a new issue