diff --git a/src/core/hle/service/nvflinger/graphic_buffer_producer.h b/src/core/hle/service/nvflinger/graphic_buffer_producer.h
index dd41870274..58763cf082 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