Go to file
2024-02-03 22:00:48 -05:00
app app: Bump version and switch to -mno-gpopt 2024-02-03 21:59:35 -05:00
fs_driver fs_driver: Remove -G0 flag 2024-02-03 22:00:48 -05:00
libs config: Add JSON config to store background colour 2024-01-05 10:44:55 -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.