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

10 lines
158 B
C

#pragma once
struct SceScreenShotParam
{
vm::lcptr<char> photoTitle;
vm::lcptr<char> gameTitle;
vm::lcptr<char> gameComment;
vm::lptr<void> reserved;
};