aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Fs/IFileSystemProxyForLoader.cs
blob: 82c5938485741cdb5af10a33075c53062a5fc5ca (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) { }
    }
}