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

11 lines
181 B
C
Raw Normal View History

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