1
0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-02-14 01:52:37 +01:00
gdkchan 0039bb6394
Refactor SVC handler ()
* Refactor SVC handler

* Get rid of KernelErr

* Split kernel code files into multiple folders
2018-12-18 03:33:36 -02:00

7 lines
116 B
C#

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