rpcs3/rpcs3/Emu/PSP2/Modules/sceNpManager.h
Nekotekina 38c444cfa1 PSP2
2016-05-23 16:22:22 +03:00

10 lines
181 B
C

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