diff options
Diffstat (limited to 'Ryujinx.Horizon.Common/IThreadContext.cs')
| -rw-r--r-- | Ryujinx.Horizon.Common/IThreadContext.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.Horizon.Common/IThreadContext.cs b/Ryujinx.Horizon.Common/IThreadContext.cs deleted file mode 100644 index 47aea1a3..00000000 --- a/Ryujinx.Horizon.Common/IThreadContext.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Ryujinx.Horizon.Common -{ - public interface IThreadContext - { - bool Running { get; } - - ulong TlsAddress { get; } - - ulong GetX(int index); - } -} |
