rpcsx/rpcs3/Emu/Cell/lv2/sys_bdemu.h

9 lines
184 B
C
Raw Normal View History

2020-02-07 10:31:33 +01:00
#pragma once
#include "Emu/Memory/vm_ptr.h"
2020-12-12 12:24:01 +01:00
#include "Emu/Cell/ErrorCodes.h"
2020-02-07 10:31:33 +01:00
// SysCalls
error_code sys_bdemu_send_command(u64 cmd, u64 a2, u64 a3, vm::ptr<void> buf, u64 buf_len);