apollo-ps3
apollo-ps3 copied to clipboard
add the simple file manager to Apollo
from @aldostools idea: integrate the simple file manager into Apollo, so users can manually copy/move/delete files around within Apollo if needed
Adding to this, viewing the save files inside a virtual memory card and moving them between cards would be useful too. (specifically for HEN users) =)
Adding to this, viewing the save files inside a virtual memory card and moving them between cards would be useful too. (specifically for HEN users) =)
Yes it would be useful, but it would more difficult to implement. Damian would need to create a hex viewer to do this.
The addition of the file manager is more simple, because it is already encapsulated and he only needs to add libsfm_ps3.a, libfatfs.a and libntfs_ext.a to the project, then call the file manager using following code:
// exFAT File Manager
extern s32 fmapp_run();
fmapp_run();