11 lines
126 B
C#
11 lines
126 B
C#
|
namespace MyNes.Core
|
||
|
{
|
||
|
public enum RegionSetting
|
||
|
{
|
||
|
AUTO,
|
||
|
ForceNTSC,
|
||
|
ForcePALB,
|
||
|
ForceDENDY
|
||
|
}
|
||
|
}
|