mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-22 20:01:45 +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
|
// Load optional SDL functions
|
||||||
if (!Priv::library.IsLoaded())
|
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
|
#ifdef HAVE_VULKAN
|
||||||
|
|
Loading…
Reference in a new issue