namespace MyNes.Core
{
    internal delegate void GetIsPlaying(out bool playing);
}