mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
Hypervisor
This commit is contained in:
parent
5ee90c81e9
commit
9ce29d6ad1
27 changed files with 248 additions and 27 deletions
|
@ -265,9 +265,10 @@ namespace Ryujinx.Cpu.AppleHv
|
|||
}
|
||||
|
||||
[SupportedOSPlatform("macos")]
|
||||
[SupportedOSPlatform("ios")]
|
||||
static partial class HvApi
|
||||
{
|
||||
public const string LibraryName = "/System/Library/Frameworks/Hypervisor.framework/Hypervisor";
|
||||
public const string LibraryName = "Hypervisor.framework/Hypervisor";
|
||||
|
||||
[LibraryImport(LibraryName, SetLastError = true)]
|
||||
public static partial HvResult hv_vm_get_max_vcpu_count(out uint max_vcpu_count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue