namespace Ryujinx.HLE.HOS.Kernel { internal interface IKFutureSchedulerObject { void TimeUp(); } }