mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
macOS: Fix MoltenVK config packing
This commit is contained in:
parent
7bc80ed4fe
commit
9832d85567
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ namespace Ryujinx.Graphics.Vulkan.MoltenVK
|
||||||
public static implicit operator Bool32(bool val) => new(val);
|
public static implicit operator Bool32(bool val) => new(val);
|
||||||
}
|
}
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
struct MVKConfiguration
|
struct MVKConfiguration
|
||||||
{
|
{
|
||||||
public Bool32 DebugMode;
|
public Bool32 DebugMode;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue