rpcsx/rpcs3/Emu/PSP2/Modules/sceScreenShot.h
Nekotekina 38c444cfa1 PSP2
2016-05-23 16:22:22 +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;
};