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.h | |
| 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.h')
| -rw-r--r-- | src/core/hle/service/nvflinger/buffer_queue.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_queue.h b/src/core/hle/service/nvflinger/buffer_queue.h index 95adc4706..1de5767cb 100644 --- a/src/core/hle/service/nvflinger/buffer_queue.h +++ b/src/core/hle/service/nvflinger/buffer_queue.h @@ -13,7 +13,8 @@ namespace CoreTiming { struct EventType; } -namespace Service::NVFlinger { +namespace Service { +namespace NVFlinger { struct IGBPBuffer { u32_le magic; @@ -97,4 +98,5 @@ private: Kernel::SharedPtr<Kernel::Event> buffer_wait_event; }; -} // namespace Service::NVFlinger +} // namespace NVFlinger +} // namespace Service |
