TriForceX / MiyooCFW

Custom firmware source code and resources for BittBoy, PocketGo, PowKiddy V90-Q90-Q20 and third party handheld consoles
GNU General Public License v2.0
1.1k stars 112 forks source link

Q90 bad mapping for G&W emulator #455

Closed eknives closed 1 year ago

eknives commented 1 year ago

The buttons of right-side for the standalone emulator for G&W are wrongly mapped, the pair A-Y is set as B-X and is difficult using.

Rezzy-dev commented 1 year ago

Yep... the standalone G&W emulator still needs work... The keymapping was left the PC default, and there's no way to change it without recompiling the source.

salvacam commented 1 year ago

I have already changed the mapping of the A,B,X and Y buttons, for Pocket Go and Powkiddy Q20, V90 & Q90

You have to change this file in the /emus/game&watch folder of the main partition lr.txt (rename the file to lr, github doesn't allow to upload file without extension)

When I have time I upload it to a repository and link it here

eknives commented 1 year ago

It works, it's perfect. Thank you very much.

Rezzy-dev commented 1 year ago

I'm happy to stand corrected! :D *^_^* Thanks @salvacam. 🤗

an-eel commented 1 year ago

@salvacam Thank you for looking into this. I updated the emulator on a V90 and the Select button is still exiting the app instead of cycling through the buttons, I am unable to start most games. Would you be able to remap the exit to a different button, perhaps the Fn key? Thank You.

salvacam commented 1 year ago

@salvacam Thank you for looking into this. I updated the emulator on a V90 and the Select button is still exiting the app instead of cycling through the buttons, I am unable to start most games. Would you be able to remap the exit to a different button, perhaps the Fn key? Thank You.

Check this file lr.txt I change the exit button, now to exit use the button Reset

You rewrite this file in the /emus/game&watch folder of the main partition (rename the file to lr, github doesn't allow to upload file without extension)

With L and R button start game A and B

salvacam commented 1 year ago

Upload code with changes and release in this repository https://github.com/salvacam/gw_miyoo/

an-eel commented 1 year ago

Yessss, it's working great. The select button is cycling through the options and I can use Start to push those button. The exit is being triggered by pressing the Fn button. Thank you so much for the work you are putting in, it is really appreciated by people like me.

Rezzy-dev commented 1 year ago

@salvacam Added GW code/repository to main page (readme):

https://github.com/TriForceX/MiyooCFW

Closing this issue as fixed/completed.