Changelog v1.02
  • Added feature to load multiMAN by pressing [SELECT] button.
  • (Makefile) Added MAKE_RELOAD_FSELF using scetool to create RELOAD.SELF on build, making the application compatible with multiMAN.
  • Implemented progress bar display while processing PKG(s) file(s).
Changelog 1.01A (20130109)
- Re-wrote device and directory scanning code, now it is case-sensitive
- The following directories are valid for PKG file storage:
/dev_*/
/dev_*/pkg
/dev_*/package
/dev_*/packages
/dev_*/PKG
/dev_*/PACKAGE
/dev_*/PACKAGES
/dev_*/Pkg
/dev_*/Package
/dev_*/Packages
Changelog v1.01 (20130109):
- Implemented PKG list sorting by filename.
- Added feature to remove previously queued PKG by pressing ([ ]) square.
- Added scan of PKG files on root of USB devices as well (from "/dev_usb000/" to "/dev_usb003/")
- Added scan of PKG files on "/dev_cf/..." (compact flash), "/dev_sd/..." (sd card), "/dev_ms/..." (memory stick)
- Improved application performance by cleaning up, organizing and simplifying lot of code.
- Copy of PKG files is faster now.
- Re-wrote module to write the PDB & Icon files from scratch.
- Other source code improvements.
Back
Top