core: Properly std::move things around
This commit is contained in:
@ -400,7 +400,7 @@ bool DspHle::Impl::Tick() {
|
||||
// shared memory region)
|
||||
current_frame = GenerateCurrentFrame();
|
||||
|
||||
parent.OutputFrame(current_frame);
|
||||
parent.OutputFrame(std::move(current_frame));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user