mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-10 12:06:27 -05:00
Move solution and projects to src
This commit is contained in:
18
src/Ryujinx.Horizon/Sdk/Sf/Cmif/ServiceDispatchContext.cs
Normal file
18
src/Ryujinx.Horizon/Sdk/Sf/Cmif/ServiceDispatchContext.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Ryujinx.Horizon.Sdk.Sf.Hipc;
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Horizon.Sdk.Sf.Cmif
|
||||
{
|
||||
ref struct ServiceDispatchContext
|
||||
{
|
||||
public IServiceObject ServiceObject;
|
||||
public ServerSessionManager Manager;
|
||||
public ServerSession Session;
|
||||
public ServerMessageProcessor Processor;
|
||||
public HandlesToClose HandlesToClose;
|
||||
public PointerAndSize PointerBuffer;
|
||||
public ReadOnlySpan<byte> InMessageBuffer;
|
||||
public Span<byte> OutMessageBuffer;
|
||||
public HipcMessage Request;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user