summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-03-20 06:08:26 +0100
committerbunnei <bunneidev@gmail.com>2022-03-25 02:13:33 +0100
commit480c79edba7162d29c82e3752653626d37aacd5f (patch)
tree76dd65a5562507b14dd7652ce8f1648493c14536
parenthle: nvflinger: parcel: Reserve token size. (diff)
downloadyuzu-480c79edba7162d29c82e3752653626d37aacd5f.tar
yuzu-480c79edba7162d29c82e3752653626d37aacd5f.tar.gz
yuzu-480c79edba7162d29c82e3752653626d37aacd5f.tar.bz2
yuzu-480c79edba7162d29c82e3752653626d37aacd5f.tar.lz
yuzu-480c79edba7162d29c82e3752653626d37aacd5f.tar.xz
yuzu-480c79edba7162d29c82e3752653626d37aacd5f.tar.zst
yuzu-480c79edba7162d29c82e3752653626d37aacd5f.zip
-rw-r--r--src/core/hle/service/nvflinger/graphic_buffer_producer.h2
1 files changed, 0 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 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