cemu-DS4Windows/DS4Windows/DS4Control/Program.cs
2019-12-18 15:33:23 -06:00

14 lines
228 B
C#

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;
}
}