mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
10 lines
181 B
C
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);
|