mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 06:10:00 +01:00
10 lines
158 B
C
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;
|
|
};
|