mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
update SDL3 codepaths to work with 3.1.
This commit is contained in:
@@ -934,7 +934,11 @@ int extloader(lua_State *L)
|
||||
}
|
||||
}
|
||||
|
||||
#if SDL_VERSION_ATLEAST(3, 0, 0)
|
||||
SDL_SharedObject *handle = nullptr;
|
||||
#else
|
||||
void *handle = nullptr;
|
||||
#endif
|
||||
auto *inst = instance();
|
||||
|
||||
#ifdef LOVE_ANDROID
|
||||
|
||||
Reference in New Issue
Block a user