AxibugEmuOnline/OtherCore/MyNes.Standard2/MyNes.Core/RegionSetting.cs

11 lines
126 B
C#
Raw Normal View History

2024-07-24 15:03:33 +08:00
namespace MyNes.Core
{
public enum RegionSetting
{
AUTO,
ForceNTSC,
ForcePALB,
ForceDENDY
}
}