sm64-port-android-base icon indicating copy to clipboard operation
sm64-port-android-base copied to clipboard

60fps_ex patch makes the button B (and puppycam) trigger everywhere on the screen

Open Nama opened this issue 3 years ago • 8 comments

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.

Nama avatar Jan 15 '21 17:01 Nama

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.

AndGuz avatar Feb 04 '21 14:02 AndGuz

The problem is on the sm64-pc source because it has a default controller layout with some keys corresponding to the screen.

AndGuz avatar Feb 04 '21 14:02 AndGuz

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.

MikeSeaver555 avatar Jul 04 '21 09:07 MikeSeaver555

I edited the config file that contains the controller settings. Sorry for responding too late

AndGuz avatar Nov 07 '21 23:11 AndGuz

that file is the one that contains default configurations. This one: https://github.com/VDavid003/sm64-port-android/blob/master/src/pc/configfile.c

AndGuz avatar Dec 20 '21 15:12 AndGuz

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

AndGuz avatar Dec 20 '21 15:12 AndGuz

ill make a issue on that repo, so VDavid003 can fix it

AndGuz avatar Dec 20 '21 15:12 AndGuz

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

JLiveOf avatar Oct 07 '22 11:10 JLiveOf