init commit (v1.0)

This commit is contained in:
2020-09-22 10:50:36 +02:00
commit 720c539d28
36 changed files with 5023 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PJ64Savestater
{
public enum ControllerTypes : byte
{
Keyboard,
DirectInput
}
}