summaryrefslogtreecommitdiff
path: root/src/video_core/framebuffer_config.h
diff options
context:
space:
mode:
authorGravatar bunnei2022-03-19 21:51:16 -0700
committerGravatar bunnei2022-03-24 18:13:33 -0700
commitca12a77670d1463c2257bcdd829bb9bc56f1461b (patch)
tree8c6f7781383232909584d65e982376cb2e7ecd46 /src/video_core/framebuffer_config.h
parenthle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty ... (diff)
downloadyuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.tar.gz
yuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.tar.xz
yuzu-ca12a77670d1463c2257bcdd829bb9bc56f1461b.zip
hle: nvflinger: Migrate android namespace -> Service::android.
Diffstat (limited to 'src/video_core/framebuffer_config.h')
-rw-r--r--src/video_core/framebuffer_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/framebuffer_config.h b/src/video_core/framebuffer_config.h
index 1e75d51ab..93349bb78 100644
--- a/src/video_core/framebuffer_config.h
+++ b/src/video_core/framebuffer_config.h
@@ -20,8 +20,8 @@ struct FramebufferConfig {
20 u32 width{}; 20 u32 width{};
21 u32 height{}; 21 u32 height{};
22 u32 stride{}; 22 u32 stride{};
23 android::PixelFormat pixel_format{}; 23 Service::android::PixelFormat pixel_format{};
24 android::BufferTransformFlags transform_flags{}; 24 Service::android::BufferTransformFlags transform_flags{};
25 Common::Rectangle<int> crop_rect; 25 Common::Rectangle<int> crop_rect;
26}; 26};
27 27