diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForSystem.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForSystem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForSystem.cs b/src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForSystem.cs index 30c22d1f..468a5a5b 100644 --- a/src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForSystem.cs +++ b/src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForSystem.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.HLE.HOS.Services.Ectx +namespace Ryujinx.HLE.HOS.Services.Ectx { [Service("ectx:w")] // 11.0.0+ class IWriterForSystem : IpcService |