aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs')
-rw-r--r--Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs b/Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs
index 91d78664..187d7a06 100644
--- a/Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs
+++ b/Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs
@@ -1,7 +1,7 @@
using Ryujinx.Core.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.IpcServices.Time
+namespace Ryujinx.Core.OsHle.Services.Time
{
class ISteadyClock : IpcService
{