rpcsx/rpcs3/Emu/ARMv7/Modules/sceNpManager.h
2016-04-15 19:22:44 +03:00

11 lines
181 B
C

#pragma once
#include "sceNpCommon.h"
struct SceNpOptParam
{
le_t<u32> optParamSize;
};
using SceNpServiceStateCallback = void(SceNpServiceState state, vm::ptr<void> userdata);