israpps / HDL-Batch-installer

A GUI for HDL Dump. Featuring batch installation of PS2 games to PS2 internal hdd and some game management utilities
https://israpps.github.io/HDL-Batch-installer/
GNU General Public License v3.0
215 stars 11 forks source link
hdl-dump playstation-2 ps2 ps2-game-installer ps2-hdd

# HDL Batch installer

wxWidgets version project status

os os

GitHub release (by tag) Discord

A GUI for HDL Dump.

Learn more here

Made by Matias Israelson (AKA:El_isra)

Originally this was a personal project to practice C++ & give a try to wxWidgets...

But at the end I decided to share it here on github.

If this software was useful, please consider giving it a star here on GitHub, a rating on PSX-place or a donation via PayPal

Currently implemented features (unchecked elements are WIP)



compilation

HDL Batch Installer was built based on wxWidgets 3.0.5 stable release, built as a win32 Monolithic unicode-enabled static library, it uses Code::blocks wxwidgets project build system, to manage the UI elements and their declaration/implementation automatically, saving precious time.

Eventually, i'll upgrade into the latest stable release 3.2.0, wich I hope doesn´t break anything :D

cross compilation

Currently the project is windows only, in order to make it cross platform, it will not only require to port parts of the code (wich sould not be too hard, since i tried to stick to wxWidgets as much as i could), but also the replacement of certain parts of the code (ie: PFSFuse manager UI)

Since no one was interested on colaborating with this project so far, i don´t expect this to happen soon... or any time...