diff --git a/src/core/reporter.cpp b/src/core/reporter.cpp index be471131f..96b71037a 100644 --- a/src/core/reporter.cpp +++ b/src/core/reporter.cpp @@ -176,7 +176,7 @@ json GetHLERequestContextData(Kernel::HLERequestContext& ctx) { out["buffer_descriptor_c"] = GetHLEBufferDescriptorData(ctx.BufferDescriptorC()); out["buffer_descriptor_x"] = GetHLEBufferDescriptorData(ctx.BufferDescriptorX()); - return std::move(out); + return out; } } // Anonymous namespace