mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
13 lines
226 B
C
13 lines
226 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "sceNpCommon.h"
|
||
|
|
|
||
|
|
struct SceNpOptParam
|
||
|
|
{
|
||
|
|
le_t<u32> optParamSize;
|
||
|
|
};
|
||
|
|
|
||
|
|
using SceNpServiceStateCallback = func_def<void(SceNpServiceState state, vm::ptr<void> userdata)>;
|
||
|
|
|
||
|
|
extern psv_log_base sceNpManager;
|