mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-17 19:52:54 +00:00
9 lines
174 B
C#
9 lines
174 B
C#
namespace Ryujinx.HLE.HOS.Services.Sm
|
|
{
|
|
[Service("sm:m")]
|
|
class IManagerInterface : IpcService
|
|
{
|
|
public IManagerInterface(ServiceCtx context) { }
|
|
}
|
|
}
|