summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/graphic_buffer_producer.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-12-25 19:57:16 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-12-25 23:19:10 +0100
commit32d01a39b010e3aabca8551767909fd388febf99 (patch)
treee68530aae534683b65f1de74f9ef58f1f1cebfb0 /src/core/hle/service/nvflinger/graphic_buffer_producer.h
parentservice: Use ReadBufferSpan where it is trivial to do so (diff)
downloadyuzu-32d01a39b010e3aabca8551767909fd388febf99.tar
yuzu-32d01a39b010e3aabca8551767909fd388febf99.tar.gz
yuzu-32d01a39b010e3aabca8551767909fd388febf99.tar.bz2
yuzu-32d01a39b010e3aabca8551767909fd388febf99.tar.lz
yuzu-32d01a39b010e3aabca8551767909fd388febf99.tar.xz
yuzu-32d01a39b010e3aabca8551767909fd388febf99.tar.zst
yuzu-32d01a39b010e3aabca8551767909fd388febf99.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/graphic_buffer_producer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/graphic_buffer_producer.h b/src/core/hle/service/nvflinger/graphic_buffer_producer.h
index 6ea327bbe..2969f0fd5 100644
--- a/src/core/hle/service/nvflinger/graphic_buffer_producer.h
+++ b/src/core/hle/service/nvflinger/graphic_buffer_producer.h
@@ -14,11 +14,11 @@
namespace Service::android {
-class Parcel;
+class InputParcel;
#pragma pack(push, 1)
struct QueueBufferInput final {
- explicit QueueBufferInput(Parcel& parcel);
+ explicit QueueBufferInput(InputParcel& parcel);
void Deflate(s64* timestamp_, bool* is_auto_timestamp_, Common::Rectangle<s32>* crop_,
NativeWindowScalingMode* scaling_mode_, NativeWindowTransform* transform_,