Skip to content

Commit

Permalink
Update NES Third Party debug output comment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dmadison committed Jan 5, 2020
1 parent 558757b commit 856db2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/ClassicController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 856db2e

Please sign in to comment.