diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Kernel/Common/IKFutureSchedulerObject.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Kernel/Common/IKFutureSchedulerObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Kernel/Common/IKFutureSchedulerObject.cs b/src/Ryujinx.HLE/HOS/Kernel/Common/IKFutureSchedulerObject.cs index 473683ff..1550c9bf 100644 --- a/src/Ryujinx.HLE/HOS/Kernel/Common/IKFutureSchedulerObject.cs +++ b/src/Ryujinx.HLE/HOS/Kernel/Common/IKFutureSchedulerObject.cs @@ -4,4 +4,4 @@ namespace Ryujinx.HLE.HOS.Kernel.Common { void TimeUp(); } -}
\ No newline at end of file +} |