1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-08 07:17:01 +09:00

Update with latest osu changes

This commit is contained in:
StanR 2022-02-26 17:20:26 +03:00
parent 0d67e2dda2
commit 4d6fd05c7a
4 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ namespace PerformanceCalculatorGUI
[STAThread]
public static void Main(string[] args)
{
using DesktopGameHost host = Host.GetSuitableHost("PerformanceCalculatorGUI", false, true);
using DesktopGameHost host = Host.GetSuitableDesktopHost("PerformanceCalculatorGUI", new HostOptions { PortableInstallation = true });
using var game = new PerformanceCalculatorGame();
host.Run(game);