From 4eb2d47adfd3982adc87d50f10ed117587791b5c Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Sun, 27 Apr 2025 20:20:51 +0200 Subject: [PATCH] added a bin to iso converter --- PS2_Manager/AddGameWindow.axaml | 17 +- PS2_Manager/ConvertGameWindow.axaml | 31 +++ PS2_Manager/ConvertGameWindow.axaml.cs | 69 ++++++ PS2_Manager/Core/Globals.cs | 2 +- PS2_Manager/Core/IsoConverter.cs | 310 +++++++++++++++++++++++++ PS2_Manager/MainWindow.axaml.cs | 11 +- 6 files changed, 422 insertions(+), 18 deletions(-) create mode 100644 PS2_Manager/ConvertGameWindow.axaml create mode 100644 PS2_Manager/ConvertGameWindow.axaml.cs create mode 100644 PS2_Manager/Core/IsoConverter.cs diff --git a/PS2_Manager/AddGameWindow.axaml b/PS2_Manager/AddGameWindow.axaml index d5aa042..fe13004 100644 --- a/PS2_Manager/AddGameWindow.axaml +++ b/PS2_Manager/AddGameWindow.axaml @@ -10,20 +10,7 @@ Title="Install Game" WindowStartupLocation="CenterScreen" Loaded="Control_OnLoaded" - Background="#201c29" - SystemDecorations="None"> - - - - - - - - - - - + Background="#201c29"> - - diff --git a/PS2_Manager/ConvertGameWindow.axaml b/PS2_Manager/ConvertGameWindow.axaml new file mode 100644 index 0000000..540797f --- /dev/null +++ b/PS2_Manager/ConvertGameWindow.axaml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + +