mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-14 17:29:41 +01:00
Use start process in explorer wrapper for HTML5 Gamepad Test link
This commit is contained in:
parent
ad7a38de1e
commit
4faf1a99a2
@ -1348,7 +1348,7 @@ Suspend support not enabled.", true);
|
|||||||
|
|
||||||
private void Html5GameBtn_Click(object sender, RoutedEventArgs e)
|
private void Html5GameBtn_Click(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
Process.Start("https://html5gamepad.com/");
|
Util.StartProcessInExplorer("https://html5gamepad.com/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user