mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
9 lines
94 B
C
9 lines
94 B
C
#pragma once
|
|
|
|
struct SceAppMgrEvent
|
|
{
|
|
le_t<s32> event;
|
|
le_t<s32> appId;
|
|
char param[56];
|
|
};
|