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