mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
9 lines
174 B
C++
9 lines
174 B
C++
#pragma once
|
|
|
|
#include "Emu/Memory/vm_ptr.h"
|
|
|
|
// SysCalls
|
|
|
|
error_code sys_console_write(vm::cptr<char> buf, u32 len);
|
|
constexpr auto sys_console_write2 = sys_console_write;
|