8 lines
127 B
C#
8 lines
127 B
C#
![]() |
namespace BizHawk.Emulation.Common
|
|||
|
{
|
|||
|
public interface IRegionable : IEmulatorService
|
|||
|
{
|
|||
|
DisplayType Region { get; }
|
|||
|
}
|
|||
|
}
|