sm64-port-android-base
sm64-port-android-base copied to clipboard
60fps_ex patch makes the button B (and puppycam) trigger everywhere on the screen
I tried alot and finally found out, that this patch makes every tap on the screen trigger the button B and move the camera (puppycamera). Moving, jumping, in the menu - always.
I'm building on termux on the ex/nightly branch.
Hi, I had this problem too but I solved it by modifying all the values of the control layout file to FFFF. Maybe if the developers puts the default values of the control layout to FFFF.
The problem is on the sm64-pc source because it has a default controller layout with some keys corresponding to the screen.
What is that file you changed? not sure if I'm suffering by the same problem. ? I'd like to test the change. What it happens to me is when I press Analog Up + Jump button it's like jump + Z, they both individually works as it's supposed.
I edited the config file that contains the controller settings. Sorry for responding too late
that file is the one that contains default configurations. This one: https://github.com/VDavid003/sm64-port-android/blob/master/src/pc/configfile.c
after the 32th line are the default configurations, and if you change the value to 0xFF (i think the equivalent to FFFF) then the touch controls works perfectly
ill make a issue on that repo, so VDavid003 can fix it
this issue comes from the code itself because i have a tablet pc with windows and in the pc port same happens when you touch the screen with the ext menu patch, i tried use the 60fps patch and when i touched the screen nothing happent