mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 14:50:05 +01:00
11 lines
126 B
C
11 lines
126 B
C
#pragma once
|
|
|
|
struct SceAppMgrEvent
|
|
{
|
|
le_t<s32> event;
|
|
le_t<s32> appId;
|
|
char param[56];
|
|
};
|
|
|
|
extern psv_log_base sceAppMgr;
|