vitasdk
Documentation of the vitasdk
fios2.h
Go to the documentation of this file.
1
6#ifndef _PSP2KERN_FIOS2_H_
7#define _PSP2KERN_FIOS2_H_
8
9#include <psp2kern/types.h>
10#include <psp2common/fios2.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16
26
37
47
59int ksceFiosKernelOverlayResolveSync(SceUID pid, int resolveFlag, const char *inPath, char *outPath, SceSize maxPath);
60
61
62#ifdef __cplusplus
63}
64#endif
65
66#endif /* _PSP2KERN_FIOS2_H_ */
int ksceFiosKernelOverlayAdd(SceFiosOverlay *overlay, SceFiosOverlayID *outID)
Overlay process file system overlay.
int ksceFiosKernelOverlayAddForProcess(SceUID pid, SceFiosOverlay *overlay, SceFiosOverlayID *outID)
Overlay process file system overlay.
int32_t SceFiosOverlayID
Definition fios2.h:20
int ksceFiosKernelOverlayRemoveForProcess(SceUID pid, SceFiosOverlayID id)
Remove process file system overlay.
int ksceFiosKernelOverlayResolveSync(SceUID pid, int resolveFlag, const char *inPath, char *outPath, SceSize maxPath)
Resolve process file system overlay with sync.
Definition fios2.h:39
SceUID pid
Definition debug.h:1
unsigned int SceSize
Definition types.h:56
int SceUID
UIDs are used to describe many different kernel objects.
Definition types.h:90