philj56 / gbcc

Cross-platform Game Boy emulator written in C
https://gbcc.github.io
Other
47 stars 8 forks source link

A+B buttons: can't press them together #28

Closed farvardin closed 1 year ago

farvardin commented 2 years ago

Hello,

Some games or applications on the gameboy require to press A+B simultanously (for example lsdj).

It seems gbcc doesn't allow this, at least not on android

philj56 commented 2 years ago

Hi, yeah sorry that's fixed locally but I don't think I've made a fixed release on android. You should be able to press both A+B at the same time with one finger (e.g. press A, then slide your finger onto B) - I put that in to make games like Super Mario playable, but I think I broke normal pressing at the same time.

I'll make an updated release soon-ish and let you know.

philj56 commented 1 year ago

Ok, so I've finally made a release and started rolling it out to Android. Should be available within the next couple of days - sorry for being so slow on this!

farvardin commented 1 year ago

thank you very much!