8 lines
99 B
C#
8 lines
99 B
C#
namespace PJ64Savestater;
|
|
|
|
public enum ControllerTypes : byte
|
|
{
|
|
Keyboard,
|
|
DirectInput
|
|
}
|