You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some SNES and PS1/PS2 adapters to Wiimote where you can hit START+SELECT in order to activate the HOME button.
The problem with most of those adapters and the current implementation of GenPlusGX Fast Forward key combo for a Wii Classic Controller is that if the user wants to open the menu interface, he would get Fast Forward activated instead.
A quick fix would be checking the state of the PLUS/START button when checking the condition for the Fast Forward feature to kick in when using a Wii Classic Controller (MINUS + HOME - PLUS).
The text was updated successfully, but these errors were encountered:
A quick fix would be checking the state of the PLUS/START button when checking the condition for the Fast Forward feature to kick in when using a Wii Classic Controller (MINUS + HOME - PLUS).
This solution is a little bit too much 'hackish' in my opinion as it is dedicated for this particular adapter (which always show HOME button pressed with MINUS and PLUS buttons pressed as well) and won't ever allow fast-forward to work with that adapter. A better (and not so hard to implement thanks to the way this is designed in the emulator) solution would be to make the fast-forward key combo configurable (just like the menu key combo) so you could remap it to something else (HOME+R for example).
is this an issue with SD?
Fast-forward works fine no matter where you load the game from, I exclusively use SD and never had any issue with it (and don't see any reason why the storage device would have any impact as it is totally unrelated to inputs and not used once the game is running, except in case of CD games off course).
Agreed that my suggestion is really what we call here in Brazil as a "gambiarra".
I would love to see that configurable option!
Keep up the great work on this emulator!
Cheers!
Hi there!
There are some SNES and PS1/PS2 adapters to Wiimote where you can hit START+SELECT in order to activate the HOME button.
The problem with most of those adapters and the current implementation of GenPlusGX Fast Forward key combo for a Wii Classic Controller is that if the user wants to open the menu interface, he would get Fast Forward activated instead.
A quick fix would be checking the state of the PLUS/START button when checking the condition for the Fast Forward feature to kick in when using a Wii Classic Controller (MINUS + HOME - PLUS).
The text was updated successfully, but these errors were encountered: