From f98014f354f0ec7dd3d1c034aa74a8ad2ba2f774 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 2 Apr 2017 10:41:13 +0200 Subject: [PATCH] Disable button logging because they lead to crashes. --- ControllerPatcher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ControllerPatcher.cpp b/ControllerPatcher.cpp index 3561018..7baf03e 100644 --- a/ControllerPatcher.cpp +++ b/ControllerPatcher.cpp @@ -855,6 +855,7 @@ CONTROLLER_PATCHER_RESULT_OR_ERROR ControllerPatcher::setControllerDataFromHID(V } CONTROLLER_PATCHER_RESULT_OR_ERROR ControllerPatcher::printVPADButtons(VPADData * buffer){ + return CONTROLLER_PATCHER_ERROR_NONE; /* BROKEN on transitions.*/ if(buffer == NULL) return CONTROLLER_PATCHER_ERROR_NULL_POINTER; if(buffer->btns_d != 0x00000000){