mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-10-03 10:05:50 -05:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Ryujinx.Memory;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Kernel.Process
|
||||
{
|
||||
interface IProcessContextFactory
|
||||
{
|
||||
IProcessContext Create(KernelContext context, ulong pid, ulong addressSpaceSize, InvalidAccessHandler invalidAccessHandler, bool for64Bit);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user