mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-05 15:15:05 +01:00
Disable button logging because it leads to random crashes.
This commit is contained in:
parent
bdbe71d1ae
commit
1cdd5feb5e
@ -1 +1 @@
|
||||
Subproject commit 521bf6fba5bb414d6dd9832ac68aa8f79d51343b
|
||||
Subproject commit f98014f354f0ec7dd3d1c034aa74a8ad2ba2f774
|
@ -73,7 +73,7 @@ DECL(int, VPADRead, int chan, VPADData *buffer, u32 buffer_size, s32 *error) {
|
||||
|
||||
if(gButtonRemappingConfigDone){
|
||||
ControllerPatcher::buttonRemapping(buffer,result);
|
||||
ControllerPatcher::printVPADButtons(buffer); //Leads to random crashes on app transitions.
|
||||
//ControllerPatcher::printVPADButtons(buffer); //Leads to random crashes on app transitions.
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user