Anthony
Anthony
The following line will return false, to suggest the file doesn't exist: `SDL_GetPathInfo("example.text", 0);` However, the following line will work, because the file does exist: `SDL_LoadFile("example.text", 0);` The file is...
Android ANR Native lock contention: SDL_LockJoysticks (onNativePadDown) & native_release_interface
ANRs are far fewer than before, but there are still some rare occurrences. Main thread (blocked) is doing this: ``` SDL_LockJoysticks SDLControllerManager.onNativePadDown SDLActivity.handleKeyEvent SDLSurface.onKey View.dispatchKeyEvent ViewGroup.dispatchKeyEvent DecorView.superDispatchKeyEvent PhoneWindow.superDispatchKeyEvent Activity.dispatchKeyEvent SDLActivity.dispatchKeyEvent...
A very recent change has caused PS4 controllers to be seen as keyboards. I don't have any more information about this yet. It used to work.
Migration went okay. xm music decodes and plays okay. But WAVs aren't decoding. This worked before the migration. Stepped through code and in `decoder_wav.c` it fails here (in `WAV_init_audio_internal()`): ```...