diff --git a/src/controller_patcher b/src/controller_patcher index 521bf6f..f98014f 160000 --- a/src/controller_patcher +++ b/src/controller_patcher @@ -1 +1 @@ -Subproject commit 521bf6fba5bb414d6dd9832ac68aa8f79d51343b +Subproject commit f98014f354f0ec7dd3d1c034aa74a8ad2ba2f774 diff --git a/src/patcher/hid_controller_function_patcher.cpp b/src/patcher/hid_controller_function_patcher.cpp index af8057a..9a305c2 100644 --- a/src/patcher/hid_controller_function_patcher.cpp +++ b/src/patcher/hid_controller_function_patcher.cpp @@ -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;