diff --git a/src/core/SDL_core_unsupported.c b/src/core/SDL_core_unsupported.c index af963ed8f4..c7baea8ef8 100644 --- a/src/core/SDL_core_unsupported.c +++ b/src/core/SDL_core_unsupported.c @@ -207,7 +207,6 @@ Sint32 JNI_OnLoad(void *vm, void *reserved) { (void)vm; (void)reserved; - SDL_Unsupported(); - return -1; // JNI_ERR + return 0x00010004; // JNI_VERSION_1_4 } #endif