From 856db2e50faf46749b07cbd2c8ae431d51595d6b Mon Sep 17 00:00:00 2001 From: David Madison Date: Sun, 5 Jan 2020 07:23:34 -0500 Subject: [PATCH] Update NES Third Party debug output comment The "debug output" function of the library now has slightly different formatting. Updating this portion of the comment to match its 8BitDo sister down below. --- src/controllers/ClassicController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ClassicController.cpp b/src/controllers/ClassicController.cpp index 2dce32d..aa9803c 100644 --- a/src/controllers/ClassicController.cpp +++ b/src/controllers/ClassicController.cpp @@ -202,7 +202,7 @@ boolean ClassicController_Shared::isNESThirdParty() const { // This is mostly garbage data that doesn't line up with the Classic Controller // at all. Using the library's debug output, here is what it translates to: // - // <^v> | -H+ | ABXY L : (1, 1) R : (21, 1) | LT : 4X RT : 1X Z : LR + // <^v> | -H+ | ABXY L:( 1, 1) R:(21, 1) | LT: 4X RT: 1X Z:LR // // You'll notice a few things. ALL possible buttons are pressed. The left analog // stick is completely down and to the left, while the right analog stick is down