Gamer125 / genplus-gx

Automatically exported from code.google.com/p/genplus-gx
Other
0 stars 0 forks source link

CCPro analog stick support #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Open up emulator
2.Set controls to CCPro
3.Only the DPad can be used to play the game, not the analog stick

What is the expected output? What do you see instead?
I should be able to use both the Dpad and analog stick for movement. I can
only use the Dpad with my CCPro.

What version of the emulator are you using?
latest

Please provide any additional information below (video settings, console
region,...)

Original issue reported on code.google.com by vijay...@gmail.com on 7 May 2010 at 2:29

GoogleCodeExporter commented 8 years ago
This is not an issue from the emulator itself but a libogc/libwiiuse issue.

Classic Controller Pro was just released (I think) and since it is different 
from the
previous one, it is not (yet) supported by the library that all homebrew 
applications
are using to access Wii controllers.

Original comment by ekeeke31@gmail.com on 7 May 2010 at 7:08

GoogleCodeExporter commented 8 years ago
Hm are you sure? I can use my analog sticks fine for SnesGX

Original comment by vijay...@gmail.com on 7 May 2010 at 12:58

GoogleCodeExporter commented 8 years ago
Yes I'm sure, all emulators use the pretty same code to support the classic
controller, etc, only things that change is the version of the low-level access 
library. 
If it works with snesGX then it probably means the only thing you have to do is 
to
recompile the current sourcecode with the latest libogc (the last official 
genplus
release which is 2 years old is pretty much outdated now).

You can learn how to compile the code yourself by looking at the Compiling 
section in
the Wiki.

Original comment by ekeeke31@gmail.com on 7 May 2010 at 2:51

GoogleCodeExporter commented 8 years ago
Oh alright, that's what I'll do then. Thank you!

Original comment by vijay...@gmail.com on 8 May 2010 at 3:12

GoogleCodeExporter commented 8 years ago
I followed all the wiki's directions and successfully compiled it. My analog 
sticks
are still not working though... am I downloading the wrong lib files or 
something?
I've never compiled anything before, so all of this is new to me

Original comment by vijay...@gmail.com on 8 May 2010 at 4:01

GoogleCodeExporter commented 8 years ago
Try getting the current libogc from svn (intead of the 1.8.3 official 
build) then compile it by executing 'make' and 'make install' in the 
libogc source directory. 

If that's still does not work, i don't see what it could be, analog works 
fine on my normal cc last time i checked and afaik, there is no 
different way to read different cc...

Original comment by ekeeke31@gmail.com on 8 May 2010 at 7:55