revert part of r7059 cosmetic refactorings which probably broke xinput on some systems

This commit is contained in:
zeromus 2014-07-20 20:01:21 +00:00
parent 91b17e9d96
commit c45bd306bf
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ namespace BizHawk.Client.EmuHawk
IsAvailable = false;
try
{
//don't remove this code. it's important to catch errors on systems with broken xinput installs.
var test = new SlimDX.XInput.Controller(UserIndex.One).IsConnected;
IsAvailable = true;
}
catch { }