Skip to content

Commit

Permalink
final change
Browse files Browse the repository at this point in the history
Wish I could get more testers lol
  • Loading branch information
israpps committed May 23, 2024
1 parent f8be8b0 commit 575b4e0
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HDL-Batch-installer-SRC/PFSShellBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ void PFSShellBrowser::RefreshList(void) {
(m & FIO_S_IFMT) != FIO_S_IFLNK &&
(m & FIO_S_IFMT) != FIO_S_IFREG &&
(m & FIO_S_IFMT) != FIO_S_IFDIR
|| !strcasecmp(".", ITEMLIST[x].name)) //placeholder for ignoring non PFS Partitions
|| !strcasecmp(".", ITEMLIST[x].name)) // ignoring non PFS Partitions
continue;
long itemIndex = FileList->InsertItem(LIST_ITEMS::NAME, ITEMLIST[x].name);// col. 1
if ((m & FIO_S_IFMT) != FIO_S_IFDIR) {
Expand Down
Binary file not shown.
Binary file modified HDL-Batch-installer-SRC/_bin/playground/HDL-Batch-installer.exe
Binary file not shown.
10 changes: 10 additions & 0 deletions HDL-Batch-installer-SRC/_bin/playground/changes.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
23 May 2024
[v3.6.0 - Revision 0]

Change log:
-__NEW__: builtin PFS Filebrowser
-PFS Filebrowser: allow operating on both physical HDDs connected to the PC and Virtual Images (eg: HDD dump or PCSX2 Images)
-UI: Added Icons for most menus, dialogs and popups
-Install queue and installed game list: Display a disc icon on the list with unique colors for CD, DVD and dual layer images
-install queue: Dont show a dialogue telling how many games were added to queue if no errors arised

13 March 2024
[v3.5.1 - Revision 6]

Expand Down
5 changes: 0 additions & 5 deletions HDL-Batch-installer-SRC/changes.tmp

This file was deleted.

Binary file modified Release/HDL-Batch-installer.exe
Binary file not shown.
12 changes: 12 additions & 0 deletions Release/changes.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
23 May 2024
[v3.6.0 - Revision 0]

Change log:
-__NEW__: builtin PFS Filebrowser (only for 64bit version)
-PFS Filebrowser: allow operating on both physical HDDs connected to the PC and Virtual Images (eg: HDD dump or PCSX2 Images)
-UI: Added Icons for most menus, dialogs and popups
-Install queue and installed game list: Display a disc icon on the list with unique colors for CD, DVD and dual layer images
-install queue: Dont show a dialogue telling how many games were added to queue if no errors arised

IMPORTANT: this new PFS Filebrowser could still have some bugs around on the UI handling. its not perfect. however the backend is rock solid. if you find any issues on this new feature, please report it so I can fix it ASAP

13 March 2024
[v3.5.1 - Revision 6]

Expand Down
Binary file modified Release32/HDL-Batch-installer.exe
Binary file not shown.

0 comments on commit 575b4e0

Please sign in to comment.