mirror of https://github.com/PCSX2/pcsx2.git
LilyPad: Version number updated in rc copy. Refresh device list bug on device insertion/removal fixed. Attempt to resolve potential XInput/DirectInput infighting by deleting DirectInput interfaces to disabled/bindingless DirectInput devices.
git-svn-id: http://pcsx2.googlecode.com/svn/branches/rc_0.9.6@565 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
de68593f4c
commit
9152925524
|
@ -487,7 +487,7 @@ u32 CALLBACK PS2EgetLibType(void) {
|
|||
return PS2E_LT_PAD;
|
||||
}
|
||||
|
||||
#define VERSION ((0<<8) | 9 | (9<<24))
|
||||
#define VERSION ((0<<8) | 9 | (10<<24))
|
||||
|
||||
u32 CALLBACK PS2EgetLibVersion2(u32 type) {
|
||||
ps2e = 1;
|
||||
|
|
Loading…
Reference in New Issue