mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 17:38:32 +00:00
0039bb6394
* Refactor SVC handler * Get rid of KernelErr * Split kernel code files into multiple folders
7 lines
116 B
C#
7 lines
116 B
C#
namespace Ryujinx.HLE.HOS.Kernel.Common
|
|
{
|
|
interface IKFutureSchedulerObject
|
|
{
|
|
void TimeUp();
|
|
}
|
|
} |