mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 23:40:07 +00:00
PIPE3_Part2
This commit is contained in:
parent
9968c87231
commit
0de94f3631
@ -160,6 +160,9 @@ void PipeWrite(DspPipe pipe_number, const std::vector<u8>& buffer) {
|
||||
}
|
||||
|
||||
return;
|
||||
case DspPipe::Binary:
|
||||
std::copy(buffer.begin(), buffer.end(), std::back_inserter(pipe_data[static_cast<size_t>(DspPipe::Binary)]));
|
||||
return;
|
||||
}
|
||||
default:
|
||||
LOG_CRITICAL(Audio_DSP, "pipe_number = %zu unimplemented",
|
||||
|
Loading…
Reference in New Issue
Block a user