diff options
Diffstat (limited to 'src')
| -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 c8752c003..c3a9c9598 100644 --- a/src/video_core/debug_utils/debug_utils.cpp +++ b/src/video_core/debug_utils/debug_utils.cpp | |||
| @@ -286,7 +286,7 @@ void StartPicaTracing() | |||
| 286 | } | 286 | } |
| 287 | 287 | ||
| 288 | std::lock_guard<std::mutex> lock(pica_trace_mutex); | 288 | std::lock_guard<std::mutex> lock(pica_trace_mutex); |
| 289 | pica_trace = std::unique_ptr<PicaTrace>(new PicaTrace); | 289 | pica_trace = std::make_unique<PicaTrace>(); |
| 290 | 290 | ||
| 291 | is_pica_tracing = true; | 291 | is_pica_tracing = true; |
| 292 | } | 292 | } |