BizHawk/BizHawk.Emulation.Common/Interfaces/Services/IRegionable.cs

8 lines
127 B
C#

namespace BizHawk.Emulation.Common
{
public interface IRegionable : IEmulatorService
{
DisplayType Region { get; }
}
}