Skip to content

Commit

Permalink
Add vfs.h
Browse files Browse the repository at this point in the history
Add header for Iofilemgr VFS functionality. Enables the implementing of custom file system drivers.

Co-Authored-By: Princess-of-Sleeping <[email protected]>
  • Loading branch information
bythos14 and Princess-of-Sleeping committed Jan 2, 2025
1 parent 9ec4969 commit 45b9f0e
Show file tree
Hide file tree
Showing 3 changed files with 814 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/definitions.dox
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@

* \defgroup ScePfsMgr Pfs manager Library
* Mount/Unmount, Read/Write pfs directory

* \defgroup SceVfs Virtual File System Library
* Mount/Unmount and implement virtual file systems
* \}
*
* \defgroup SystemFunction SystemFunction
Expand Down
Loading

0 comments on commit 45b9f0e

Please sign in to comment.