Hypervisor

This commit is contained in:
Stossy11 2025-01-20 23:22:42 +11:00
parent dcab81e8ef
commit e3934d943f
27 changed files with 248 additions and 27 deletions

View file

@ -8,6 +8,7 @@ using System.Threading;
namespace Ryujinx.Cpu.AppleHv
{
[SupportedOSPlatform("macos")]
[SupportedOSPlatform("ios")]
class HvExecutionContext : IExecutionContext
{
/// <inheritdoc/>