rpcsx/rpcs3/Emu/ARMv7/Modules/sceScreenShot.h

12 lines
194 B
C
Raw Normal View History

2015-06-21 02:04:01 +03:00
#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;