mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-16 04:01:25 +00:00
macOS: Fix MoltenVK config packing (ryubing/ryujinx!65)
See merge request ryubing/ryujinx!65
This commit is contained in:
parent
7bc80ed4fe
commit
faf9e3cdd7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user