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