Skip to content

Commit

Permalink
Misc. tweak to the MAX_CHANNEL ordering
Browse files Browse the repository at this point in the history
This is just a tiny nitpick OCD change
  • Loading branch information
CaptainSwag101 authored and BuildTools committed Feb 14, 2017
1 parent 53e15cd commit ece8e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FamiTrackerTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const int ECHO_BUFFER_LENGTH = 3;

// Number of available channels (max) TODO: should not be used anymore!
// instead, check the channelsavailable variable and allocate dynamically
const int MAX_CHANNELS = 5 + 3 + 2 + 6 + 1 + 8 + 3;
const int MAX_CHANNELS = 5 + 3 + 2 + 8 + 1 + 6 + 3; // // //

const int CHANNELS_DEFAULT = 5;
const int CHANNELS_VRC6 = 3;
Expand Down

0 comments on commit ece8e48

Please sign in to comment.