Commit b559a4acccd7092d25fb7065b2969b0fe01b6ca3

Sam Lantinga 2022-03-19T10:39:22

Fixed Android crash when SDL_HIDAPI_DISABLED set to 1 The Java code needs the native functions to be implemented, even if they're not surfaced via the C API. Fixes https://github.com/libsdl-org/SDL/issues/5326