Closed GoogleCodeExporter closed 9 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
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
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
Oh alright, that's what I'll do then. Thank you!
Original comment by vijay...@gmail.com
on 8 May 2010 at 3:12
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
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
Original issue reported on code.google.com by
vijay...@gmail.com
on 7 May 2010 at 2:29