EmulatorArchive / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
1 stars 0 forks source link

Clone PS3 controller does not work #555

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe your system: GNU/Linux
 - Operating System (be specific): Ubuntu 13.04
 - Machine type (32-bit or 64-bit): 64 bit
 - Mupen64Plus version: 1.99.5
 - Plugins used: Mupen64Plus OpenGL Video Plugin by Rice, Mupen64Plus SDL Audio Plugin

Describe the problem: My controller, being a clone of a Sony PS3 controller, 
does not have the auto-configuration settings available for it.

Please provide any additional information below.

Input: No auto-configuration found for device 'SHENGHIC 2009/0708ZXW-V1Inc. 
PLAYSTATION(R)3Conteroller'
Input: N64 Controller #1: Disabled, SDL joystick 0 is not available
Input: N64 Controller #2: Disabled, SDL joystick 1 is not available
Input: N64 Controller #3: Disabled, SDL joystick 2 is not available
Input: N64 Controller #4: Disabled, SDL joystick 3 is not available
Input: N64 Controller #1: Forcing default keyboard configuration
Input: Using auto-configuration for device 'Keyboard'
UI-console: using Input plugin: 'Mupen64Plus SDL Input Plugin' v1.99.5
UI-console: Input plugin library: 
/usr/lib/x86_64-linux-gnu/mupen64plus/mupen64plus-input-sdl.so
UI-console: using RSP plugin: 'Hacktarux/Azimer High-Level Emulation RSP 
Plugin' v1.99.5
UI-console: RSP plugin library: 
/usr/lib/x86_64-linux-gnu/mupen64plus/mupen64plus-rsp-hle.so
Input: No auto-configuration found for device 'SHENGHIC 2009/0708ZXW-V1Inc. 
PLAYSTATION(R)3Conteroller'
Input: N64 Controller #1: Disabled, SDL joystick 0 is not available
Input: N64 Controller #2: Disabled, SDL joystick 1 is not available
Input: N64 Controller #3: Disabled, SDL joystick 2 is not available
Input: N64 Controller #4: Disabled, SDL joystick 3 is not available
Input: N64 Controller #1: Forcing default keyboard configuration
Input: Using auto-configuration for device 'Keyboard'
Input Warning: No joysticks/controllers found

Original issue reported on code.google.com by rs.matth...@gmail.com on 19 Jun 2013 at 11:50

GoogleCodeExporter commented 9 years ago
Here's what I changed on InputAutoCfg.ini and I managed to get it to work!

Original comment by rs.matth...@gmail.com on 20 Jun 2013 at 1:39

Attachments:

GoogleCodeExporter commented 9 years ago
For quick copy + paste (diff didn't give it very nicely), here's what I had to 
add to get mine working:

[SHENGHIC 2009/0708ZXW-V1Inc. PLAYSTATION(R)3Conteroller]
plugged = True
plugin = 2
mouse = False
AnalogDeadzone = 4096,4096
AnalogPeak = 32768,32768
DPad R = button(5)
DPad L = button(7)
DPad D = button(6)
DPad U = button(4)
Start = button(3)
Z Trig = button(8)
B Button = button(15)
A Button = button(14)
C Button R = axis(2+)
C Button L = axis(2-)
C Button D = axis(3+)
C Button U = axis(3-)
R Trig = button(11)
L Trig = button(10)
Mempak switch =
Rumblepak switch =
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

Original comment by rs.matth...@gmail.com on 20 Jun 2013 at 2:12

GoogleCodeExporter commented 9 years ago
I think your patch was merged. Please correct me if I am wrong

Original comment by s...@narfation.org on 24 Jun 2013 at 9:19

GoogleCodeExporter commented 9 years ago
Yep. 
Thanks for updating the status (I marked it in the main repository, but forgot 
about this one...)

Original comment by rs.matth...@gmail.com on 24 Jun 2013 at 11:19