From b4a5bc22c503dbb9d75a30c4f05e7da04db1355e Mon Sep 17 00:00:00 2001 From: Nigel Todman Date: Sun, 7 Jun 2020 10:27:32 -0400 Subject: [PATCH] v0.26 --- README.md | 22 +++++++++++++++++----- VTSPS2-HBDL.c | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8439933..1c163b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ - - -VTSPS2-HBDL v0.25 + + +VTSPS2-HBDL v0.26 HomeBrew DownLoader Forked from iLaunchELF by VTSTech @@ -13,7 +13,8 @@ Do not use on SCPH-9XXXX with 2.30 BIOS. Tested on SCPH-70001 * Checking works on Real PS2 * Overwriting works on Real PS2 * Creating folders works on Real PS2 -* USB Support +* Launching partially works on Real PS2 (WLE, OPL will launch, many others wont) +* USB Support, Sequential Downloads Credits:
Original iLaunchELF Created by krHACKen & Based_Skid
@@ -22,6 +23,17 @@ Thanks to krHACKen, Based_Skid, HWC & TnA on Discord for helping me debug issues
 Changelog:
+v0.26 2020-06-07 10:15AM
+Renamed ESDL to PS2ESDL
+Now supports downloading multiple files per homebrew!
+Added NEOCD
+Added PGEN
+Added PSMS
+Added PVCS
+Added SNES9X
+Fixed bug reading CRC's when entire filename was present in two homebrews.
+Now supports 22 Homebrews
+
 v0.25 2020-06-06 1:05AM
 Now supports USB!
 2 more Homebrews added
@@ -77,7 +89,7 @@ Initial Fork
 
## Notice -This Program Was Built with The PS2DEV sdk and has utilized sample code from it https://github.com/ps2dev/ps2sdk +This Program Was Built with The PS2DEV SDK (Compiled May 28th 2020, Commit: ec0cbfd) and has utilized sample code from it https://github.com/ps2dev/ps2sdk This Program Utilizes the HTTP Client File System from the PS2DEV sdk diff --git a/VTSPS2-HBDL.c b/VTSPS2-HBDL.c index 3e35355..bf4906f 100644 --- a/VTSPS2-HBDL.c +++ b/VTSPS2-HBDL.c @@ -80,7 +80,7 @@ void menu_Text(void) extern char mirror0[]; extern char mirror1[]; char remotefn[15]; - int x = 23; //starting line # of CRC's from VTSPS2-HBDL.TXT + int x = (dbsize / 2); //starting line # of CRC's from VTSPS2-HBDL.TXT if (http_mirror == 0) { sprintf(mirror0,"http://hbdl.vts-tech.org/"); scr_printf("IP Address: %s Mirror: %s\n",vtsip,mirror0);