Disable button logging because it leads to random crashes.

This commit is contained in:
Maschell 2017-04-02 10:41:58 +02:00
parent bdbe71d1ae
commit 1cdd5feb5e
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 521bf6fba5bb414d6dd9832ac68aa8f79d51343b
Subproject commit f98014f354f0ec7dd3d1c034aa74a8ad2ba2f774

View File

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