mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-22 12:27:53 -05: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