apollo-ps3 icon indicating copy to clipboard operation
apollo-ps3 copied to clipboard

add the simple file manager to Apollo

Open bucanero opened this issue 4 years ago • 2 comments

from @aldostools idea: integrate the simple file manager into Apollo, so users can manually copy/move/delete files around within Apollo if needed

bucanero avatar Feb 01 '21 19:02 bucanero

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) =)

retrosapien avatar Feb 06 '21 23:02 retrosapien

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();

aldostools avatar Feb 06 '21 23:02 aldostools