CCPro analog stick support

Issue #80 invalid
Former user created an issue

Original [issue 80](https://code.google.com/p/genplus-gx/issues/detail?id=80) created by vijaymeu on 2010-05-07T02:29:39.000Z:

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,...)

Comments (6)

  1. Former user Account Deleted

    Comment # 1 originally posted by ekeeke31 on 2010-05-07T07:08:13.000Z:

    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.

  2. Former user Account Deleted

    Comment # 2 originally posted by vijaymeu on 2010-05-07T12:58:45.000Z:

    Hm are you sure? I can use my analog sticks fine for SnesGX

  3. Former user Account Deleted

    Comment # 3 originally posted by ekeeke31 on 2010-05-07T14:51:44.000Z:

    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.

  4. Former user Account Deleted

    Comment # 4 originally posted by vijaymeu on 2010-05-08T03:12:58.000Z:

    Oh alright, that's what I'll do then. Thank you!

  5. Former user Account Deleted

    Comment # 5 originally posted by vijaymeu on 2010-05-08T04:01:38.000Z:

    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

  6. Former user Account Deleted

    Comment # 6 originally posted by ekeeke31 on 2010-05-08T07:55:30.000Z:

    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...

  7. Log in to comment