Change default input method on Windows to DirectInput
for the record I think this is a bad idea
This commit is contained in:
parent
1793e991ca
commit
affd1914c2
|
@ -312,6 +312,6 @@ namespace BizHawk.Client.Common
|
||||||
// ReSharper disable once UnusedMember.Global
|
// ReSharper disable once UnusedMember.Global
|
||||||
public string LastWrittenFromDetailed { get; set; } = VersionInfo.GetEmuVersion();
|
public string LastWrittenFromDetailed { get; set; } = VersionInfo.GetEmuVersion();
|
||||||
|
|
||||||
public EHostInputMethod HostInputMethod { get; set; } = EHostInputMethod.OpenTK;
|
public EHostInputMethod HostInputMethod { get; set; } = OSTailoredCode.IsUnixHost ? EHostInputMethod.OpenTK : EHostInputMethod.DirectInput;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue