mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 19:47:45 +00:00
DSP/Pipe: There are 8 pipes
This commit is contained in:
parent
0b06d3db52
commit
60ad3dcbcb
2 changed files with 19 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue