Helper
X360Helper.cs
using Microsoft.Xna.Framework;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace XnaToFna {
public static clast X360Helper {
public static void SetProcessorAffinity(this Thread thread, params int[] cpus) {
// no-op.
}
}
}