0039bb6394
* Refactor SVC handler * Get rid of KernelErr * Split kernel code files into multiple folders
7 lines
No EOL
116 B
C#
7 lines
No EOL
116 B
C#
namespace Ryujinx.HLE.HOS.Kernel.Common
|
|
{
|
|
interface IKFutureSchedulerObject
|
|
{
|
|
void TimeUp();
|
|
}
|
|
} |