using System.Runtime.Intrinsics; namespace Ryujinx.Horizon.Common { public interface IThreadContext { bool Running { get; } ulong TlsAddress { get; } } }