mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-05-12 00:45:25 +00:00
Avoid sending null pointer to memcpy as reported by Undefined Behaviour Sanitizer. Replaces the std::memcpy calls in SpliceVectors with std::copy calls. Opting to replace all the memcpy's with copy's. Co-authored-by: LC <mathew1800@gmail.com> |
||
|---|---|---|
| .. | ||
| codecs | ||
| host1x.cpp | ||
| host1x.h | ||
| nvdec_common.h | ||
| nvdec.cpp | ||
| nvdec.h | ||
| sync_manager.cpp | ||
| sync_manager.h | ||
| vic.cpp | ||
| vic.h | ||