DSP/Pipe: There are 8 pipes

This commit is contained in:
MerryMage
2016-04-24 09:12:15 +01:00
parent 913f7ee524
commit 555907ce8d
2 changed files with 19 additions and 13 deletions

View File

@ -19,9 +19,9 @@ enum class DspPipe {
Debug = 0,
Dma = 1,
Audio = 2,
Binary = 3,
DspPipe_MAX
Binary = 3
};
constexpr size_t NUM_DSP_PIPE = 8;
/**
* Read a DSP pipe.