diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Ptm/Tc/IManager.cs')
| -rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Ptm/Tc/IManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Ptm/Tc/IManager.cs b/src/Ryujinx.HLE/HOS/Services/Ptm/Tc/IManager.cs index 0317e532..0342a15b 100644 --- a/src/Ryujinx.HLE/HOS/Services/Ptm/Tc/IManager.cs +++ b/src/Ryujinx.HLE/HOS/Services/Ptm/Tc/IManager.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.HLE.HOS.Services.Ptm.Tc +namespace Ryujinx.HLE.HOS.Services.Ptm.Tc { [Service("tc")] class IManager : IpcService |
