7 lines
No EOL
118 B
C#
7 lines
No EOL
118 B
C#
namespace Ryujinx.HLE.HOS.Kernel
|
|
{
|
|
internal interface IKFutureSchedulerObject
|
|
{
|
|
void TimeUp();
|
|
}
|
|
} |