mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-05 15:15:05 +01:00
Using newest controller_patcher:
Tweaked GC-Pad deadzones. Added mapping of ZL (Z+A)/ZR (Z+B) to GC pad. Probably improved the success rate of switching between apps. Fixed random inputs when no GC-Pad in the adapter
This commit is contained in:
parent
ed88df8142
commit
7cb3d90231
@ -1 +1 @@
|
||||
Subproject commit a97e14ae5e1944635110294028ebc5ff55387967
|
||||
Subproject commit 35d6036f3eff5797e79cd13b483cfccab36cea39
|
@ -56,6 +56,7 @@ DECL(int, VPADRead, int chan, VPADData *buffer, u32 buffer_size, s32 *error) {
|
||||
if(gHIDAttached){
|
||||
setControllerDataFromHID(buffer,gHIDCurrentDevice);
|
||||
}
|
||||
//log_printf("%08X %08X %08X\n",buffer->btns_h,buffer->btns_r,buffer->btns_d);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user