From 480c79edba7162d29c82e3752653626d37aacd5f Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 19 Mar 2022 22:08:26 -0700 Subject: hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack. --- src/core/hle/service/nvflinger/graphic_buffer_producer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/core/hle/service/nvflinger/graphic_buffer_producer.h b/src/core/hle/service/nvflinger/graphic_buffer_producer.h index dd4187027..58763cf08 100644 --- a/src/core/hle/service/nvflinger/graphic_buffer_producer.h +++ b/src/core/hle/service/nvflinger/graphic_buffer_producer.h @@ -48,7 +48,6 @@ private: #pragma pack(pop) static_assert(sizeof(QueueBufferInput) == 84, "QueueBufferInput has wrong size"); -#pragma pack(push, 1) struct QueueBufferOutput final { QueueBufferOutput(); @@ -72,7 +71,6 @@ private: u32 transform_hint{}; u32 num_pending_buffers{}; }; -#pragma pack(pop) static_assert(sizeof(QueueBufferOutput) == 16, "QueueBufferOutput has wrong size"); } // namespace Service::android -- cgit v1.2.3