mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-10 04:46:27 +02:00
macOS Headless Fixes (#5167)
* Default hypervisor to disabled * Include MVK on macOS * Properly sign headless builds on macOS * Force Vulkan on macOS * Suggestions
This commit is contained in:
parent
0dca1fbe12
commit
0e037d0213
3 changed files with 19 additions and 4 deletions
|
@ -130,7 +130,7 @@ namespace Ryujinx.Headless.SDL2
|
|||
public float AudioVolume { get; set; }
|
||||
|
||||
[Option("use-hypervisor", Required = false, Default = true, HelpText = "Uses Hypervisor over JIT if available.")]
|
||||
public bool UseHypervisor { get; set; }
|
||||
public bool? UseHypervisor { get; set; }
|
||||
|
||||
[Option("lan-interface-id", Required = false, Default = "0", HelpText = "GUID for the network interface used by LAN.")]
|
||||
public string MultiplayerLanInterfaceId { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue