MathewWi / desmumewii

Automatically exported from code.google.com/p/desmumewii
GNU General Public License v3.0
0 stars 0 forks source link

Controls. #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just throwing it out there... You guys are more than welcome to borrow
WiiDS's button maps. They should move over to this project simply with only
a few changes (removing/editing the libwiigui functions). They're located
inside input.cpp/.h and btnmaps.cpp/.h. You'll also need to add support for
wiiuse and wpad, if you haven't already.

Original issue reported on code.google.com by kazuhiro...@gmail.com on 29 Mar 2010 at 10:46

GoogleCodeExporter commented 9 years ago
you might also need to peek into gui_trigger.cpp and gui.h. Sorry I forgot to 
mention
that.

Original comment by kazuhiro...@gmail.com on 29 Mar 2010 at 10:48

GoogleCodeExporter commented 9 years ago
I haven't looked at your controls, and I don't hear any complaints about the 
ones I
put it in. Is there a pressing reason I should look into your control schemes?

Original comment by castleva...@yahoo.com on 31 Mar 2010 at 12:57

GoogleCodeExporter commented 9 years ago
Not really... I just suggested this because not everyone (like myself) owns a 
classic
controller and I've setup control schemes for wiimote+nunchuk, classic, and usb
keyboard/mouse. Also, pointing the wiimote instead of moving it with the d-pad 
allows
for much quicker response times which are nice for games that have quick touch 
events.

Original comment by kazuhiro...@gmail.com on 31 Mar 2010 at 1:24

GoogleCodeExporter commented 9 years ago
Fwiw, we actually have Gamecube Controller support now. I completely agree that 
we
should try to get in as many more control schemes as possible. Do you actually 
have
your suggested control schemes working? If so, I would borrow your code in a
heartbeat. If not, I'm going to continue to work on improving the emulation 
itself as
what you've suggested much more complex in practice than it is on paper.

Original comment by castleva...@yahoo.com on 31 Mar 2010 at 1:34

GoogleCodeExporter commented 9 years ago
Well, since there is no emulation atm on my side, I haven't tested the 
controls...
But, they should work fine. They all work with the menu, so I'm sure they'd work
inside emulation.

Original comment by kazuhiro...@gmail.com on 31 Mar 2010 at 7:49

GoogleCodeExporter commented 9 years ago
Just because they work in your menu does not mean they will work in actual 
emulation.
A lot of additional programming work is required. If you get your schemes 
working
with DeSmuME Wii, then submit a patch. If there's a particular scheme you'd 
like to
see us implement, then open an issue explaining your requested control scheme 
in as
much detail as possible.

Original comment by castleva...@yahoo.com on 4 Apr 2010 at 7:23