rpcsx/rpcs3/Emu/ARMv7/Modules/scePhotoExport.h
2016-04-15 19:22:44 +03:00

13 lines
227 B
C

#pragma once
struct ScePhotoExportParam
{
le_t<u32> version;
vm::lcptr<char> photoTitle;
vm::lcptr<char> gameTitle;
vm::lcptr<char> gameComment;
char reserved[32];
};
using ScePhotoExportCancelFunc = s32(vm::ptr<void>);