revert part of r7059 cosmetic refactorings which probably broke xinput on some systems
This commit is contained in:
parent
91b17e9d96
commit
c45bd306bf
|
@ -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 { }
|
||||
|
|
Loading…
Reference in New Issue