Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGDK committed Dec 28, 2022
1 parent ed80d1d commit ce10c7c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 24 deletions.
8 changes: 8 additions & 0 deletions PSX XMB Manager/MainWindow.xaml.vb
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,18 @@ Class MainWindow
PrepareProjectGroupBox.IsEnabled = True
InstallProjectGroupBox.IsEnabled = True
AppMenu.IsEnabled = True
EditProjectButton.IsEnabled = True
PrepareProjectButton.IsEnabled = True
ConnectButton.IsEnabled = True
InstallButton.IsEnabled = True
Else
PrepareProjectGroupBox.IsEnabled = False
InstallProjectGroupBox.IsEnabled = False
AppMenu.IsEnabled = False
EditProjectButton.IsEnabled = False
PrepareProjectButton.IsEnabled = False
ConnectButton.IsEnabled = False
InstallButton.IsEnabled = False
End If
End Sub

Expand Down
Binary file modified PSX XMB Manager/bin/x64/Release/PSX XMB Manager.exe
Binary file not shown.
6 changes: 0 additions & 6 deletions PSX XMB Manager/bin/x64/Release/Projects/OPL.CFG

This file was deleted.

6 changes: 0 additions & 6 deletions PSX XMB Manager/bin/x64/Release/Projects/Silent Hill 3.CFG

This file was deleted.

2 changes: 1 addition & 1 deletion PSX XMB Manager/bin/x64/Release/Tools/cmdlist/mkpart.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
device \\.\PHYSICALDRIVE3
mkpart PP.SLES-51897..SIMPSONS 128M PFS
mkpart PP.APPS-00002..WLE 128M PFS
exit
12 changes: 1 addition & 11 deletions PSX XMB Manager/bin/x64/Release/Tools/cmdlist/push.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
device \\.\PHYSICALDRIVE3
mount PP.SLES-51897..SIMPSONS
mount PP.APPS-00002..WLE
put EXECUTE.KELF
mkdir res
cd res
Expand All @@ -9,15 +9,5 @@ put res\jkt_001.png
rename res\jkt_001.png jkt_001.png
put res\jkt_002.png
rename res\jkt_002.png jkt_002.png
put res\man.xml
rename res\man.xml man.xml
mkdir image
cd image
put res\image\0.png
rename res\image\0.png 0.png
put res\image\1.png
rename res\image\1.png 1.png
put res\image\2.png
rename res\image\2.png 2.png
umount
exit

0 comments on commit ce10c7c

Please sign in to comment.