diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/debug_utils/debug_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/debug_utils/debug_utils.cpp b/src/video_core/debug_utils/debug_utils.cpp index 871368323..bfa686380 100644 --- a/src/video_core/debug_utils/debug_utils.cpp +++ b/src/video_core/debug_utils/debug_utils.cpp | |||
| @@ -328,7 +328,7 @@ std::unique_ptr<PicaTrace> FinishPicaTracing() | |||
| 328 | std::lock_guard<std::mutex> lock(pica_trace_mutex); | 328 | std::lock_guard<std::mutex> lock(pica_trace_mutex); |
| 329 | std::unique_ptr<PicaTrace> ret(std::move(pica_trace)); | 329 | std::unique_ptr<PicaTrace> ret(std::move(pica_trace)); |
| 330 | 330 | ||
| 331 | return std::move(ret); | 331 | return ret; |
| 332 | } | 332 | } |
| 333 | 333 | ||
| 334 | const Math::Vec4<u8> LookupTexture(const u8* source, int x, int y, const TextureInfo& info, bool disable_alpha) { | 334 | const Math::Vec4<u8> LookupTexture(const u8* source, int x, int y, const TextureInfo& info, bool disable_alpha) { |