mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-31 14:43:00 +00:00
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) { }
|
|
}
|
|
}
|