From b69cac606ae019fdccf446577e7ef58ea51427cd Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Sat, 3 May 2025 20:44:27 +0200 Subject: [PATCH] added different installation methods --- PS2_Manager/AddGameWindow.axaml | 6 +++++- PS2_Manager/AddGameWindow.axaml.cs | 9 +++++++++ PS2_Manager/Core/ConfigUtils.cs | 2 +- PS2_Manager/Core/Game.cs | 3 +++ PS2_Manager/Core/Globals.cs | 3 ++- PS2_Manager/PS2_Manager.csproj | 2 +- 6 files changed, 21 insertions(+), 4 deletions(-) diff --git a/PS2_Manager/AddGameWindow.axaml b/PS2_Manager/AddGameWindow.axaml index fe13004..41510cd 100644 --- a/PS2_Manager/AddGameWindow.axaml +++ b/PS2_Manager/AddGameWindow.axaml @@ -3,7 +3,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" - Height="349" + Height="389" Width="598" CanResize="False" x:Class="PS2_Manager.AddGameWindow" @@ -38,6 +38,10 @@ + + + +