aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-03-20 17:00:00 -0300
committergdkchan <gab.dark.100@gmail.com>2018-03-20 17:00:00 -0300
commite922c3627a789a86747fda6f42425b40c56182df (patch)
treee1ca45b01f0b1c0a521d106edd2bcccbeafb6169 /Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs
parent1bd99e559785ecf6a40e1bcb4a717642014c078f (diff)
Rename IpcServices -> Services
Diffstat (limited to 'Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs')
-rw-r--r--Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs b/Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs
index d5c2766e..f65b89ef 100644
--- a/Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs
+++ b/Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs
@@ -6,7 +6,7 @@ using System.Text;
using static Ryujinx.Core.OsHle.ErrorCode;
-namespace Ryujinx.Core.OsHle.IpcServices.FspSrv
+namespace Ryujinx.Core.OsHle.Services.FspSrv
{
class IFileSystem : IpcService
{