remove last reference to SDLReal

develop
Myk Taylor 2023-04-12 23:14:03 -07:00
parent 9f605d6396
commit 275513319c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ using namespace DFHack;
static DFLibrary *g_sdl_handle = nullptr;
static DFLibrary *g_sdl_image_handle = nullptr;
static const std::vector<std::string> SDL_LIBS {
"SDLreal.dll", // TODO: change to SDL.dll once we move to dfhooks
"SDL.dll",
"SDL.framework/Versions/A/SDL",
"SDL.framework/SDL",
"libSDL-1.2.so.0"