SceDeci4pSDrfp

From Vita Development Wiki
Revision as of 13:36, 26 January 2023 by Princess of Sleeping (talk | contribs) (Created page with "System Drive reference processor. System Drive Remote File processor. Register vfs for read files from the host PC at boot time and handle them. So these vfs are minimal imp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

System Drive reference processor. System Drive Remote File processor.

Register vfs for read files from the host PC at boot time and handle them.

So these vfs are minimal implementations : vop_open/vop_close/vop_lookup/vop_read/vop_lseek/vop_inactive

And since these vfs are temporary for startup, SceDeci4pDrfp will later delete the vfs before registering the full host_fs vfs.