9 lines
178 B
C#
9 lines
178 B
C#
namespace Ryujinx.HLE.HOS.Services.Loader
|
|
{
|
|
[Service("ldr:shel")]
|
|
class IShellInterface : IpcService
|
|
{
|
|
public IShellInterface(ServiceCtx context) { }
|
|
}
|
|
}
|