Commit 5a9ed7c1 authored by Justin Ruggles's avatar Justin Ruggles

adpcm: pretty-print tables

parent fcbe421c
......@@ -65,8 +65,11 @@ static const int xa_adpcm_table[5][2] = {
};
static const int ea_adpcm_table[] = {
0, 240, 460, 392, 0, 0, -208, -220, 0, 1,
3, 4, 7, 8, 10, 11, 0, -1, -3, -4
0, 240, 460, 392,
0, 0, -208, -220,
0, 1, 3, 4,
7, 8, 10, 11,
0, -1, -3, -4
};
// padded to zero where table size is less then 16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment