Skip to content
Snippets Groups Projects
Commit 2d97dff3 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Added support for DX10t, which apparently outputs 13 channels

parent 70964dd8
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,7 @@ dsm_guess_format(bool reset)
0xff, /* 8 channels (DX8) */
0x1ff, /* 9 channels (DX9, etc.) */
0x3ff, /* 10 channels (DX10) */
0x1fff, /* 13 channels (DX10t) */
0x3fff /* 18 channels (DX10) */
};
unsigned votes10 = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment