aljohnston112
aljohnston112
I would be willing to work on this, though I am not familiar with the code of either side of the joypad interface, I think I could pick it up.
I am using SDL2-jstest and getting only 6 axes which means the pressure sensitive buttons are not being mapped to axes. On another note, despite there being 6 axes, it...
Please add that to the emulation menu for easy access for future users. It is bad UX to have two related settings like this in isolation.
> It should be mitigated after implementing [smooth (animated) scrolling](https://github.com/JetBrains/compose-multiplatform-core/pull/438), but if you need to check if there was a scroll, you should subscribe to `firstVisibleItemIndex` and `firstVisibleItemScrollOffset` (as @SebastianAigner...
Should this be closed? There is a guide here: [ https://tommadness.github.io/KH2Randomizer/setup/pcsx2-ex-setup/pcsx2-ex-setup.html](url)
Hm, I switched to GenConverter and it correctly unstructures now.
I am seeing this same issue. I get random ``` java.lang.SecurityException: Session rejected the connection request. ``` when I start the app. Then when I reopen the app, it works...
In my case, it ended up being that this code works if inside onCreate of the Service. ``` // Set up the player synchronously ... mediaSession = MediaLibrarySession.Builder( this@ServiceMediaLibrary, player,...
Can you run unit tests? If so, it might be related to this. https://github.com/android/android-test/issues/1377 Check the logs for any exceptions that might be covered up by test framework
Do you have ```debugImplementation 'androidx.test:core-ktx:1.4.0'```?