rpcsx/rpcs3/Emu/PSP2/Modules/sceNpManager.h

11 lines
181 B
C
Raw Normal View History

2015-06-21 01:04:01 +02:00
#pragma once
#include "sceNpCommon.h"
struct SceNpOptParam
{
le_t<u32> optParamSize;
};
2015-07-26 14:10:06 +02:00
using SceNpServiceStateCallback = void(SceNpServiceState state, vm::ptr<void> userdata);