diff options
| author | Subv <subv2112@gmail.com> | 2018-04-20 15:52:06 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2018-04-20 21:04:34 -0500 |
| commit | 013778aa21bad3769b739d14843b8ef2bb3185c9 (patch) | |
| tree | 4d338fcd6a19a4d0c3d4f0d604c3dd82c3111557 /src/core/hle/service/nvflinger/buffer_queue.cpp | |
| parent | be155f4d9d410886853c25ffa032ce41a7428337 (diff) | |
Qt: Update the WaitTree widget to show info about the current mutex of each thread.
Diffstat (limited to 'src/core/hle/service/nvflinger/buffer_queue.cpp')
| -rw-r--r-- | src/core/hle/service/nvflinger/buffer_queue.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_queue.cpp b/src/core/hle/service/nvflinger/buffer_queue.cpp index 03a4fed59..e4ff2e267 100644 --- a/src/core/hle/service/nvflinger/buffer_queue.cpp +++ b/src/core/hle/service/nvflinger/buffer_queue.cpp @@ -9,7 +9,8 @@ #include "core/core_timing.h" #include "core/hle/service/nvflinger/buffer_queue.h" -namespace Service::NVFlinger { +namespace Service { +namespace NVFlinger { BufferQueue::BufferQueue(u32 id, u64 layer_id) : id(id), layer_id(layer_id) { native_handle = Kernel::Event::Create(Kernel::ResetType::OneShot, "BufferQueue NativeHandle"); @@ -110,4 +111,5 @@ void BufferQueue::SetBufferWaitEvent(Kernel::SharedPtr<Kernel::Event>&& wait_eve buffer_wait_event = std::move(wait_event); } -} // namespace Service::NVFlinger +} // namespace NVFlinger +} // namespace Service |
