mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-27 00:51:48 +01:00
Minor window title parse tweak
Change to monitor process id later
This commit is contained in:
parent
ea39a8a755
commit
60c137138d
@ -82,7 +82,7 @@ namespace DS4Windows.Forms
|
|||||||
|
|
||||||
private void timer_Tick(object sender, EventArgs e)
|
private void timer_Tick(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
Process[] processes = Process.GetProcessesByName("ViGEmBus_Setup_1.16.112");
|
Process[] processes = Process.GetProcessesByName("ViGEmBus_Setup_1.16.115");
|
||||||
if (processes.Length < 1)
|
if (processes.Length < 1)
|
||||||
{
|
{
|
||||||
if (Global.IsViGEmBusInstalled())
|
if (Global.IsViGEmBusInstalled())
|
||||||
|
Loading…
Reference in New Issue
Block a user