Move solution and projects to src
This commit is contained in:
11
src/Ryujinx.Horizon.Common/IThreadContext.cs
Normal file
11
src/Ryujinx.Horizon.Common/IThreadContext.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.Horizon.Common
|
||||
{
|
||||
public interface IThreadContext
|
||||
{
|
||||
bool Running { get; }
|
||||
|
||||
ulong TlsAddress { get; }
|
||||
|
||||
ulong GetX(int index);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user