From 1cdd5feb5e9bd048d7a96cc76c273b2b33fa0154 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 2 Apr 2017 10:41:58 +0200 Subject: [PATCH] Disable button logging because it leads to random crashes. --- src/controller_patcher | 2 +- src/patcher/hid_controller_function_patcher.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;