summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/graphic_buffer_producer.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-10-02 01:24:46 +0200
committerGitHub <noreply@github.com>2023-10-02 01:24:46 +0200
commit99e2568304cc008213b30677eade0522b49f8a92 (patch)
tree222e308f4b1a3edb95db47df9ab11a3ee051e453 /src/core/hle/service/nvnflinger/graphic_buffer_producer.h
parentMerge pull request #11646 from FernandoS27/stop-ignoring-your-mental-health (diff)
parentservice: nfc: Implement SetRegisterInfoPrivate mii support (diff)
downloadyuzu-99e2568304cc008213b30677eade0522b49f8a92.tar
yuzu-99e2568304cc008213b30677eade0522b49f8a92.tar.gz
yuzu-99e2568304cc008213b30677eade0522b49f8a92.tar.bz2
yuzu-99e2568304cc008213b30677eade0522b49f8a92.tar.lz
yuzu-99e2568304cc008213b30677eade0522b49f8a92.tar.xz
yuzu-99e2568304cc008213b30677eade0522b49f8a92.tar.zst
yuzu-99e2568304cc008213b30677eade0522b49f8a92.zip
Diffstat (limited to 'src/core/hle/service/nvnflinger/graphic_buffer_producer.h')
-rw-r--r--src/core/hle/service/nvnflinger/graphic_buffer_producer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvnflinger/graphic_buffer_producer.h b/src/core/hle/service/nvnflinger/graphic_buffer_producer.h
index 21d7b31f3..5d7cff7d3 100644
--- a/src/core/hle/service/nvnflinger/graphic_buffer_producer.h
+++ b/src/core/hle/service/nvnflinger/graphic_buffer_producer.h
@@ -19,6 +19,7 @@ class InputParcel;
#pragma pack(push, 1)
struct QueueBufferInput final {
explicit QueueBufferInput(InputParcel& parcel);
+ explicit QueueBufferInput() = default;
void Deflate(s64* timestamp_, bool* is_auto_timestamp_, Common::Rectangle<s32>* crop_,
NativeWindowScalingMode* scaling_mode_, NativeWindowTransform* transform_,
@@ -34,7 +35,6 @@ struct QueueBufferInput final {
*fence_ = fence;
}
-private:
s64 timestamp{};
s32 is_auto_timestamp{};
Common::Rectangle<s32> crop{};