mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2025-11-13 15:05:53 +00:00
Given std::function is allowed to potentially allocate, these should be std::move'd to prevent potential reallocation (should that ever happen). |
||
|---|---|---|
| .. | ||
| audio_out.cpp | ||
| audio_out.h | ||
| buffer.h | ||
| CMakeLists.txt | ||
| cubeb_sink.cpp | ||
| cubeb_sink.h | ||
| null_sink.h | ||
| sink.h | ||
| sink_details.cpp | ||
| sink_details.h | ||
| sink_stream.h | ||
| stream.cpp | ||
| stream.h | ||