mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +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;
|
|
};
|