blob: c3e228758a2c6582825b5e7f690016b64f1cb344 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
namespace Ryujinx.HLE.HOS.Services.Fs
{
[Service("fsp-ldr")]
class IFileSystemProxyForLoader : IpcService
{
public IFileSystemProxyForLoader(ServiceCtx context) { }
}
}
|