vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Data Structures | |
struct | ScePfsRndDriveId |
Functions | |
VITASDK_BUILD_ASSERT_EQ (0x10, ScePfsRndDriveId) | |
int | kscePfsMount (const char *path, const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id, const void *klicensee, uint16_t mode_index) |
Mount pfs directory. More... | |
int | kscePfsMount2 (const char *path, const ScePfsRndDriveId *rnd_drive_id, const void *klicensee, uint16_t mode_index) |
Mount pfs directory without authid. More... | |
int | kscePfsUnmount (const ScePfsRndDriveId *rnd_drive_id) |
Unmount pfs directory. More... | |
int | kscePfsApprove (const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id) |
int | kscePfsDisapprove (const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id) |