Skip to content

Commit

Permalink
v0.25
Browse files Browse the repository at this point in the history
Now supports USB!
2 more Homebrews added
(VTSPS2-EJECT & VTSPS2-TESTMODE)
Now supports 17 total Homebrews
No longer in ALPHA, First BETA release.
  • Loading branch information
VTSTech committed Jun 6, 2020
1 parent 52ea6b8 commit 8daaab2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<img src="https://i.gyazo.com/6e8264c6e2de352aeb649bdba04a75e4.png">
<img src="https://i.gyazo.com/de35beb0e596e2300a1beec524345d6c.png">

VTSPS2-HBDL v0.24
VTSPS2-HBDL v0.25
HomeBrew DownLoader

Forked from iLaunchELF by VTSTech

<b>Somewhat unstable right now. Under heavy development. Works in testing on real hardware. Use with caution. Writes to either MC based on user selection.
<b>Moderately stable right now. Almost feature complete. Works in testing on real hardware. Writes to either MC or USB based on user selection.
Do not use on SCPH-9XXXX with 2.30 BIOS. Tested on SCPH-70001

* Fully functional in PCSX2
* Downloading works on Real PS2.
* Checking works on Real PS2
* Overwriting works on Real PS2
* Creating folders works on Real PS2</b>
* Creating folders works on Real PS2
* USB Support</b>

Credits:<br>
Original iLaunchELF Created by krHACKen & Based_Skid<br>
Expand All @@ -21,6 +22,13 @@ Thanks to krHACKen, Based_Skid, HWC & TnA on Discord for helping me debug issues

<pre>
Changelog:
v0.25 2020-06-06 1:05AM
Now supports USB!
2 more Homebrews added
(VTSPS2-EJECT & VTSPS2-TESTMODE)
Now supports 17 total Homebrews
No longer in ALPHA, First BETA release.

v0.24 2020-06-05 6:29AM
Now displays Remote CRC32
Local CRC32 defaults to 'unchecked'
Expand Down
4 changes: 2 additions & 2 deletions VTSPS2-HBDL.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ void DoTask(int task)
FlushCache(2);
ExecPS2((void *)eh->entry, 0, argc, exec_args);
}
scr_printf("* Operations complete. Returning to Main Menu...\n");
scr_printf("\n* Operations complete. Returning to Main Menu...\n");
sleep(4);
menu_Text();
}
Expand Down Expand Up @@ -741,7 +741,7 @@ void readcrc() {
char line[35][128];
//uncomment for release builds
char fname[15] = "VTSPS2-HBDL.TXT";
//hardcode path during dev. cwd is 'host' in PCSX2
//hardcoded path during dev. cwd is 'host' in PCSX2
//char fname[25] = "mc0:/APPS/VTSPS2-HBDL.TXT";
FILE *fptr = NULL;
//char hbdl_path;
Expand Down
4 changes: 2 additions & 2 deletions strings.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Strings
char *appName = "VTSPS2-HBDL HomeBrew DownLoader";
char *appVer = " v0.25 2020-06-06 (Commit: DEV)\n";
char *appAuthor = "http://hbdl.vts-tech.org\nForked from iLaunchElf by VTSTech\nOriginal iLaunchElf By: krHACKen, Based_Skid, Copyright \xa9 2018\n\n";
char *appVer = " v0.25 2020-06-06 (Commit: 52ea6b8)\n";
char *appAuthor = "Forked from iLaunchElf by VTSTech github.com/Veritas83/VTSPS2-HBDL\nOriginal iLaunchElf By: krHACKen, Based_Skid, Copyright \xa9 2018\n\n";
char *appNotice = "Notice: This App Contains Code from uLaunchELF \n";
char *osdmsg = "Exiting to OSDSYS\n";
char *appFail = "Application Failure!\n";
Expand Down

0 comments on commit 8daaab2

Please sign in to comment.