Go to file
2022-12-15 11:16:01 -05:00
app Inital commit 2022-12-15 11:16:01 -05:00
fs_driver Inital commit 2022-12-15 11:16:01 -05:00
libs Inital commit 2022-12-15 11:16:01 -05:00
.gitignore Inital commit 2022-12-15 11:16:01 -05:00
LICENSE Inital commit 2022-12-15 11:16:01 -05:00
Makefile Inital commit 2022-12-15 11:16:01 -05:00
README.md Inital commit 2022-12-15 11:16:01 -05:00

VLFFM - VLF File Manager for PSP

VLFFM (VLF File Manager) unlike other file manager applications for the PSP, it's the first of its kind to use the native VLF library (XMB like interface). Although it isn't a fully functional file manager due to the constraints of working with an incomplete VLF library, it does still offer the basic features necessary. However, I would still consider this application something that is merely just a proof of concept.

VLFFM

Features:

  • Copy files/folders.
  • Move files/folders.
  • Delete files/folders. (Recursive doesn't seem to work)
  • File properties. (File size and modification time)

Credits:

  • Dark_AleX for the VLF Library.
  • TheOfficialFloW for some of the FS code (namely the linked list implementation) used in this application.