mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-26 16:41:50 +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)
|
||||
{
|
||||
Process.Start("https://html5gamepad.com/");
|
||||
Util.StartProcessInExplorer("https://html5gamepad.com/");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user