summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/ui/graphic_buffer.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-03-20 05:51:16 +0100
committerbunnei <bunneidev@gmail.com>2022-03-25 02:13:33 +0100
commitca12a77670d1463c2257bcdd829bb9bc56f1461b (patch)
tree8c6f7781383232909584d65e982376cb2e7ecd46 /src/core/hle/service/nvflinger/ui/graphic_buffer.h
parenthle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty buffer. (diff)
downloadyuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.tar
yuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.tar.gz
yuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.tar.bz2
yuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.tar.lz
yuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.tar.xz
yuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.tar.zst
yuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/ui/graphic_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/ui/graphic_buffer.h b/src/core/hle/service/nvflinger/ui/graphic_buffer.h
index 2e7f251ef..7abbf78ba 100644
--- a/src/core/hle/service/nvflinger/ui/graphic_buffer.h
+++ b/src/core/hle/service/nvflinger/ui/graphic_buffer.h
@@ -10,7 +10,7 @@
#include "common/common_types.h"
#include "core/hle/service/nvflinger/pixel_format.h"
-namespace android {
+namespace Service::android {
class GraphicBuffer final {
public:
@@ -97,4 +97,4 @@ private:
};
static_assert(sizeof(GraphicBuffer) == 0x16C, "GraphicBuffer has wrong size");
-} // namespace android
+} // namespace Service::android