diff options
Diffstat (limited to 'src/wrapped/wrappedsdl2.c')
| -rwxr-xr-x | src/wrapped/wrappedsdl2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wrapped/wrappedsdl2.c b/src/wrapped/wrappedsdl2.c index 11ef4333..870701dc 100755 --- a/src/wrapped/wrappedsdl2.c +++ b/src/wrapped/wrappedsdl2.c @@ -19,6 +19,7 @@ #include "myalign.h" #include "threads.h" +const char* sdl2Name = "libSDL2-2.0.so.0"; #define LIBNAME sdl2 static int sdl_Yes() { return 1;} @@ -849,8 +850,6 @@ EXPORT void* my2_SDL_Vulkan_GetVkGetInstanceProcAddr(x64emu_t* emu) return NULL; } -const char* sdl2Name = "libSDL2-2.0.so.0"; - #define CUSTOM_INIT \ box64->sdl2lib = lib; \ lib->priv.w.p2 = getSDL2My(lib); \ |