7 #ifndef _PSP2_PHOTOEXPORT_H_
8 #define _PSP2_PHOTOEXPORT_H_
SceSize size
struct size(variable size)
Definition: debug.h:0
const SceWChar32 * gameTitle
Game title.
Definition: photoexport.h:20
int reserved[8]
Reserved data.
Definition: photoexport.h:22
int scePhotoExportFromData(const void *data, SceSize size, const PhotoExportParam *param, void *workingMemory, void *cancelCb, void *user, char *outPath, SceSize outPathSize)
const SceWChar32 * photoTitle
Photo title.
Definition: photoexport.h:19
const SceWChar32 * gameComment
Game description.
Definition: photoexport.h:21
int scePhotoExportFromFile(const char *path, const PhotoExportParam *param, void *workingMemory, void *cancelCb, void *user, char *outPath, SceSize outPathSize)
VITASDK_BUILD_ASSERT_EQ(0x30, PhotoExportParam)
int version
Version.
Definition: photoexport.h:18
Definition: photoexport.h:17
unsigned int SceSize
Definition: types.h:56
uint32_t SceWChar32
Definition: types.h:78