diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Ectx')
| -rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Ectx/IReaderForSystem.cs | 2 | ||||
| -rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForApplication.cs | 2 | ||||
| -rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForSystem.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Ectx/IReaderForSystem.cs b/src/Ryujinx.HLE/HOS/Services/Ectx/IReaderForSystem.cs index 09f02fc4..fc2b35aa 100644 --- a/src/Ryujinx.HLE/HOS/Services/Ectx/IReaderForSystem.cs +++ b/src/Ryujinx.HLE/HOS/Services/Ectx/IReaderForSystem.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.HLE.HOS.Services.Ectx +namespace Ryujinx.HLE.HOS.Services.Ectx { [Service("ectx:r")] // 11.0.0+ class IReaderForSystem : IpcService diff --git a/src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForApplication.cs b/src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForApplication.cs index a61fca55..cf2cdddc 100644 --- a/src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForApplication.cs +++ b/src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForApplication.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.HLE.HOS.Services.Ectx +namespace Ryujinx.HLE.HOS.Services.Ectx { [Service("ectx:aw")] // 11.0.0+ class IWriterForApplication : IpcService 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 |
