mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-12 01:37:02 +00:00
* 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();
|
|
}
|
|
} |