mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 22:30:08 +01:00
17 lines
278 B
C
17 lines
278 B
C
#pragma once
|
|
|
|
using SceSulphaCallback = void(vm::ptr<void> arg);
|
|
|
|
struct SceSulphaConfig
|
|
{
|
|
vm::lptr<SceSulphaCallback> notifyCallback;
|
|
le_t<u32> port;
|
|
le_t<u32> bookmarkCount;
|
|
};
|
|
|
|
struct SceSulphaAgentsRegister;
|
|
|
|
using SceSulphaHandle = void;
|
|
|
|
extern psv_log_base sceSulpha;
|