summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-04-20 22:52:06 +0200
committerSubv <subv2112@gmail.com>2018-04-21 04:04:34 +0200
commit013778aa21bad3769b739d14843b8ef2bb3185c9 (patch)
tree4d338fcd6a19a4d0c3d4f0d604c3dd82c3111557 /src/core/hle/service/nvflinger/buffer_queue.h
parentKernel: Remove unused ConditionVariable class. (diff)
downloadyuzu-013778aa21bad3769b739d14843b8ef2bb3185c9.tar
yuzu-013778aa21bad3769b739d14843b8ef2bb3185c9.tar.gz
yuzu-013778aa21bad3769b739d14843b8ef2bb3185c9.tar.bz2
yuzu-013778aa21bad3769b739d14843b8ef2bb3185c9.tar.lz
yuzu-013778aa21bad3769b739d14843b8ef2bb3185c9.tar.xz
yuzu-013778aa21bad3769b739d14843b8ef2bb3185c9.tar.zst
yuzu-013778aa21bad3769b739d14843b8ef2bb3185c9.zip
Diffstat (limited to 'src/core/hle/service/nvflinger/buffer_queue.h')
-rw-r--r--src/core/hle/service/nvflinger/buffer_queue.h6
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