ciciplusplus
ciciplusplus
I can confirm "dyld: Symbol not found" issue with current release build v0.1.2 running on macOS Big Sur The solution is to specify `MACOSX_DEPLOYMENT_TARGET` ([ref](https://users.rust-lang.org/t/compile-rust-binary-for-older-versions-of-mac-osx/38695/5)) ``` export MACOSX_DEPLOYMENT_TARGET=10.13 rustup target...
Hi, Could you please share as well what your launch command?
Based on the logs obtained by some of MIUI user on Android I think the problem is that a fingerprint device is detected as a controller and take a precedence...
> I managed to fix the problem, at least partially on some devices. > > modifying the file in > > touchHLE/vendor/SDL/android-project/app/src/main/java/org/libsdl/app/SDLControllerManager.java > > I added a filter to check...
> @ciciplusplus My device is a Redmi 12c with Android 12 which is affected by this problem and the solution I proposed works > > modify the controller_added() method in...
> Hello, please, touchscreen works perfectly on my phone, but why does Hero of Sparta 2 doom resistance residence evil crash? you already have your answer here https://github.com/touchHLE/touchHLE/issues/311#issuecomment-2124538826, but you...
A fix by @Oscar1640 has being merged here https://github.com/touchHLE/touchHLE/commit/a5e501c92eec00a634f00e4ccf8096d0d5f97e51 Many thanks for that! Could someone with an impacted device confirm that problem is indeed fixed in the last trunk Android...
Thanks for confirmation!
@hikari-no-yume yes, it should be there. will do chanelog update later
> I have a Xiaomi 10c MIUI 13 And it's sadly not working Touch works well only issue is with the Accelerometer what is the version of touchHLE that you're...