diff options
Diffstat (limited to 'Ryujinx.Core/OsHle/Services/Time/ISystemClock.cs')
| -rw-r--r-- | Ryujinx.Core/OsHle/Services/Time/ISystemClock.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Core/OsHle/Services/Time/ISystemClock.cs b/Ryujinx.Core/OsHle/Services/Time/ISystemClock.cs index f7f710c8..82075ee3 100644 --- a/Ryujinx.Core/OsHle/Services/Time/ISystemClock.cs +++ b/Ryujinx.Core/OsHle/Services/Time/ISystemClock.cs @@ -2,7 +2,7 @@ using Ryujinx.Core.OsHle.Ipc; using System; using System.Collections.Generic; -namespace Ryujinx.Core.OsHle.IpcServices.Time +namespace Ryujinx.Core.OsHle.Services.Time { class ISystemClock : IpcService { |
