LIJI32 / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
Other
1.58k stars 206 forks source link

Turbo Speed does not stay #640

Closed JD9871 closed 1 week ago

JD9871 commented 1 week ago

When using swipe for Turbo Speed and set "Lock after swiping" it will automatically disable after 5 minutes. I thought there would be audio to show when exactly it stopped and started. Reswiping enables it though. Maybe we can set a button so it's treated as a toggle instead

https://github.com/LIJI32/SameBoy/assets/164794137/041b8a26-3b6d-4d96-8acf-71b36f318239

LIJI32 commented 1 week ago

Are you using a controller by chance? I can imagine this happening when you use the fast-forward functionality from both the controller and the swipe interface at the same time.

JD9871 commented 1 week ago

Are you using a controller by chance? I can imagine this happening when you use the fast-forward functionality from both the controller and the swipe interface at the same time.

I am but I swipe to fast forward I don't use a button to enable it. I was just mentioning that maybe we can change it toggle on the controller in a future update. But fast forward is enabled by swipe while I'm using a controller but will randomly go back to normal speed with the fast forward icon in the video

LIJI32 commented 1 week ago

Is this a controller with analog shoulder buttons? I suspect SameBoy might be registering some button press incorrectly which cancels fast-forward mode. I'm not sure if I could comfortably fit buttons in this UI while maintaining a uniform interface for devices in different size, but in any case this bug needs to be fixed.

JD9871 commented 1 week ago

Is this a controller with analog shoulder buttons? I suspect SameBoy might be registering some button press incorrectly which cancels fast-forward mode. I'm not sure if I could comfortably fit buttons in this UI while maintaining a uniform interface for devices in different size, but in any case this bug needs to be fixed.

Yes it does it's specifically the backbone controller. If no option for toggle that's okay I'm fine with swiping. As long as the fast forward is fixed in the future I'm happy. Thank you for responding