mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 21:00:06 +02:00
9 lines
130 B
C#
9 lines
130 B
C#
namespace Ryujinx.Horizon.Common
|
|
{
|
|
public interface IExternalEvent
|
|
{
|
|
void Signal();
|
|
void Clear();
|
|
}
|
|
}
|