mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 19:56:23 +02:00
Merge branch 'mvk-fix' into 'master'
macOS: Fix MoltenVK config packing See merge request [ryubing/ryujinx!65](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/65)
This commit is contained in:
commit
ce8400bbd1
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);
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
struct MVKConfiguration
|
||||
{
|
||||
public Bool32 DebugMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue