mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-23 09:00:50 +01:00
6 lines
162 B
C
6 lines
162 B
C
#pragma once
|
|
|
|
using SceKernelDeci4pCallback = func_def<s32(s32 notifyId, s32 notifyCount, s32 notifyArg, vm::ptr<void> pCommon)>;
|
|
|
|
extern psv_log_base sceDeci4p;
|