Merge branch 'master' into feature/savestates-2
This commit is contained in:
@ -431,7 +431,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