rpcsx/rpcs3/Emu/ARMv7/Modules/sceNpManager.h
2015-07-10 04:30:45 +03:00

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;