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:
Maschell 2016-05-05 02:10:00 +02:00
parent ed88df8142
commit 7cb3d90231
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit a97e14ae5e1944635110294028ebc5ff55387967
Subproject commit 35d6036f3eff5797e79cd13b483cfccab36cea39

View File

@ -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;
}