mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 18:32:42 +01:00
- [EMU] fix PadInitDirect bug
This commit is contained in:
parent
cea22ccfb0
commit
2e39fe3d90
@ -17,7 +17,6 @@ void PadInitDirect(unsigned char* pad1, unsigned char* pad2)
|
||||
|
||||
PADRAW* pad = (PADRAW*)pad1;
|
||||
pad->id = 0x41; // always init first controller
|
||||
pad->id = 0;
|
||||
pad->analog[0] = 128;
|
||||
pad->analog[1] = 128;
|
||||
pad->analog[2] = 128;
|
||||
|
Loading…
Reference in New Issue
Block a user