mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-21 16:10:47 +01: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;
|