mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-26 02:09:14 +00:00
DSP/Pipe: There are 8 pipes
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user