rpcsx/rpcs3/Emu/ARMv7/Modules/sceScreenShot.h
2015-07-10 04:30:45 +03:00

12 lines
194 B
C

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