Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add the simple file manager to Apollo #43

Open
bucanero opened this issue Feb 1, 2021 · 2 comments
Open

add the simple file manager to Apollo #43

bucanero opened this issue Feb 1, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@bucanero
Copy link
Owner

bucanero commented Feb 1, 2021

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

@bucanero bucanero added the enhancement New feature or request label Feb 1, 2021
@retrosapien
Copy link

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

@aldostools
Copy link

aldostools commented Feb 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants