Tyler N.
Tyler N.
This is a very very weird bug, I agree. I'm not sure how to get around it. But let me try.
Is your device plugged into USB to a laptop or PC? When I debug LADB, the USB debug overrides the wireless debug.
It does not do a broadcast. It is doing "adb start-server", then "adb wait-for-devices", then "adb connect localhost". So it's super weird indeed. Other devices on the network are trying...
I wonder if maybe Shizuku doesn't use an ADB server but sends packets manually? That would make sense as it doesn't rely on the adb server, and other devices except...
In the original upload, the config was done through the gradle variables. This meant we were allowed to set the orientation through the Android manifest file. Now, since we use...
I think the better approach is to try and fix this issue from the source instead of putting a bandaid on it with locking rotation. Have you tried bundling a...
Thanks for taking the time to test. Could you possibly try another core besides PCSX? I wonder if there are other PSX emulators in libretro that don't have this issue....
I think it goes by mednafen_psx and mednafen_psx_hw, not sure why though. Give that a shot :D
Yknow what, I just noticed there's a bug: I forgot to set the system directory to the new location! That means the bios was never getting detected. Sadly even after...
By the way, just wanted to say I really appreciate the testing