mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
12 lines
216 B
C
12 lines
216 B
C
#pragma once
|
|
|
|
#include "sceNpCommon.h"
|
|
|
|
struct SceNpOptParam
|
|
{
|
|
le_t<u32> optParamSize;
|
|
};
|
|
|
|
using SceNpServiceStateCallback = void(SceNpServiceState state, vm::ptr<void> userdata);
|
|
|
|
extern psv_log_base sceNpManager;
|