Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.Horizon/Sdk/Sf/IServiceObject.cs
Normal file
9
src/Ryujinx.Horizon/Sdk/Sf/IServiceObject.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.Horizon.Sdk.Sf
|
||||
{
|
||||
interface IServiceObject
|
||||
{
|
||||
IReadOnlyDictionary<int, CommandHandler> GetCommandHandlers();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user