Skip to content

Commit

Permalink
Full Flash Installer better menu (spun from FinalSpeed) also model de…
Browse files Browse the repository at this point in the history
…pended options will properly display
  • Loading branch information
krazynez committed Sep 29, 2024
1 parent 44b6d66 commit cbd3eb0
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 62 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ copy-bin:
$(Q)cp extras/menus/arkMenu/themes/ARK_Revamped/THEME.ARK dist/ARK_01234/THEME.ARK # Launcher resources
$(Q)cp extras/menus/vshmenu/satelite.prx dist/ARK_01234/VSHMENU.PRX # New Default & Advanced VSH Menu
$(Q)cp extras/apps/installer/EBOOT.PBP dist/PSP/ARK_Full_Installer # Full installer
$(Q)cp contrib/PSP/fatms371mod/*.prx dist/PSP/ARK_Full_Installer/ # Full installer
$(Q)cp contrib/PSP/fatms371mod/*.prx dist/PSP/ARK_Full_Installer/kd/ # Full installer
$(Q)cp extras/apps/uninstaller/EBOOT.PBP dist/PSP/ARK_Uninstaller # ARK-4 Uninstaller
$(Q)cp contrib/UPDATER.TXT dist/ARK_01234/
$(Q)cp contrib/SETTINGS.TXT dist/ARK_01234/
Expand Down Expand Up @@ -377,7 +377,7 @@ mkdir-dist:
$(Q)mkdir dist/PSP/ARK_Uninstaller | true
$(Q)mkdir dist/PSP/ARK_DC | true
$(Q)mkdir dist/PSP/ARK_cIPL | true
$(Q)mkdir dist/PSP/ARK_Full_Installer | true
$(Q)mkdir -p dist/PSP/ARK_Full_Installer/kd | true
$(Q)mkdir dist/PSP/FinalSpeed | true
$(Q)mkdir dist/PSP/Pops4Tool | true
$(Q)mkdir dist/PSP/Pops4Tool/TT | true
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit cbd3eb0

Please sign in to comment.