macOS: Fix MoltenVK config packing

This commit is contained in:
Emiyl 2025-06-15 18:23:16 -05:00
parent 7bc80ed4fe
commit 9832d85567

View file

@ -63,7 +63,7 @@ namespace Ryujinx.Graphics.Vulkan.MoltenVK
public static implicit operator Bool32(bool val) => new(val);
}
[StructLayout(LayoutKind.Sequential, Pack = 1)]
[StructLayout(LayoutKind.Sequential)]
struct MVKConfiguration
{
public Bool32 DebugMode;