mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-12-19 13:25:54 +01:00
8 lines
129 B
C#
8 lines
129 B
C#
|
using Ryujinx.Horizon.Sdk.Sf;
|
|||
|
|
|||
|
namespace Ryujinx.Horizon.Sdk.Sm
|
|||
|
{
|
|||
|
interface IManagerService : IServiceObject
|
|||
|
{
|
|||
|
}
|
|||
|
}
|