cemu-DS4Windows/DS4Windows/DS4Control/Program.cs

14 lines
228 B
C#
Raw Normal View History

2019-12-18 22:33:23 +01:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DS4Windows
{
public class Program
{
public static ControlService rootHub;
}
}