rpcsx/rpcs3/Emu/PSP2/Modules/scePhotoExport.h

13 lines
227 B
C
Raw Normal View History

2015-06-21 01:04:01 +02:00
#pragma once
struct ScePhotoExportParam
{
le_t<u32> version;
vm::lcptr<char> photoTitle;
vm::lcptr<char> gameTitle;
vm::lcptr<char> gameComment;
char reserved[32];
};
2015-07-26 14:10:06 +02:00
using ScePhotoExportCancelFunc = s32(vm::ptr<void>);