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