BizHawk/BizHawk.Emulation.Common/Enums.cs

5 lines
92 B
C#

namespace BizHawk.Emulation.Common
{
public enum DisplayType { NTSC, PAL, DENDY }
}