mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
11 lines
181 B
C
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);
|