diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-03-20 17:00:00 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-03-20 17:00:00 -0300 |
| commit | e922c3627a789a86747fda6f42425b40c56182df (patch) | |
| tree | e1ca45b01f0b1c0a521d106edd2bcccbeafb6169 /Ryujinx.Core/OsHle/Services/Set/ServiceSetSys.cs | |
| parent | 1bd99e559785ecf6a40e1bcb4a717642014c078f (diff) | |
Rename IpcServices -> Services
Diffstat (limited to 'Ryujinx.Core/OsHle/Services/Set/ServiceSetSys.cs')
| -rw-r--r-- | Ryujinx.Core/OsHle/Services/Set/ServiceSetSys.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Core/OsHle/Services/Set/ServiceSetSys.cs b/Ryujinx.Core/OsHle/Services/Set/ServiceSetSys.cs index 1d6afc4f..e4fcafcc 100644 --- a/Ryujinx.Core/OsHle/Services/Set/ServiceSetSys.cs +++ b/Ryujinx.Core/OsHle/Services/Set/ServiceSetSys.cs @@ -1,7 +1,7 @@ using Ryujinx.Core.OsHle.Ipc; using System.Collections.Generic; -namespace Ryujinx.Core.OsHle.IpcServices.Set +namespace Ryujinx.Core.OsHle.Services.Set { class ServiceSetSys : IpcService { |
