mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-28 10:27:43 +02:00
8 lines
No EOL
180 B
C#
8 lines
No EOL
180 B
C#
namespace Ryujinx.HLE.HOS.Services.Loader
|
|
{
|
|
[Service("ldr:shel")]
|
|
class IShellInterface : IpcService
|
|
{
|
|
public IShellInterface(ServiceCtx context) { }
|
|
}
|
|
} |