mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-04-16 18:41:49 +00:00
7 lines
118 B
C#
7 lines
118 B
C#
namespace Ryujinx.HLE.HOS.Kernel
|
|
{
|
|
internal interface IKFutureSchedulerObject
|
|
{
|
|
void TimeUp();
|
|
}
|
|
} |