6#ifndef _PSP2_COMMON_DIALOG_PHOTO_IMPORT_DIALOG_H
7#define _PSP2_COMMON_DIALOG_PHOTO_IMPORT_DIALOG_H
18typedef struct _ScePhotoImportDialogImportInfo {
20 char unk_0x400[0x100];
29typedef struct _ScePhotoImportDialogParam {
40typedef struct _ScePhotoImportDialogResult {
50 _sceCommonDialogSetMagicNumber(&(param->
commonParam));
#define VITASDK_BUILD_ASSERT_EQ(__size__, __name__)
Definition build_utils.h:13
void * sceClibMemset(void *dst, int ch, SceSize len)
Definition common_dialog.h:106
#define PSP2_SDK_VERSION
Definition defs.h:11
int scePhotoImportDialogInit(ScePhotoImportDialogParam *param)
SceUInt32 unk_0x58
Definition photo_import_dialog.h:34
int scePhotoImportDialogGetStatus(void)
SceUInt32 unk_0x50
Definition photo_import_dialog.h:32
SceInt32 unk_0x04
Definition photo_import_dialog.h:42
int scePhotoImportDialogAbort(void)
int scePhotoImportDialogGetResult(ScePhotoImportDialogResult *result)
int scePhotoImportDialogTerm(void)
int unk_0x524
Definition photo_import_dialog.h:23
void * unk_0x5C
Definition photo_import_dialog.h:35
int unk_0x520
Definition photo_import_dialog.h:22
SceUInt32 unk_0x54
Definition photo_import_dialog.h:33
SceCommonDialogParam commonParam
Definition photo_import_dialog.h:31
int unk_0x52C
Definition photo_import_dialog.h:25
SceUInt32 sdkVersion
Definition photo_import_dialog.h:30
int unk_0x528
Definition photo_import_dialog.h:24
SceInt32 result
Definition photo_import_dialog.h:41
Definition photo_import_dialog.h:18
Definition photo_import_dialog.h:29
Definition photo_import_dialog.h:40
int8_t SceChar8
Definition types.h:32
int32_t SceInt32
Definition types.h:44
uint32_t SceUInt32
Definition types.h:45
uint8_t SceUInt8
Definition types.h:36