forked from sin365/AxibugEmuOnline
7 lines
101 B
C#
7 lines
101 B
C#
namespace MyNes.Core
|
|
{
|
|
public enum EnumJoyIndex : byte
|
|
{
|
|
P1, P2, P3, P4
|
|
}
|
|
} |