MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / console_write

Function console_write

ps3fw/sysPrxForUser.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106error_code console_write(ppu_thread& ppu, vm::ptr<char> data, u32 len)
107{
108 sysPrxForUser.trace("console_write(data=*0x%x, len=%d)", data, len);
109 sys_tty_write(ppu, 0, data, len, vm::var<u32>{});
110 return CELL_OK;
111}
112
113error_code cellGamePs1Emu_61CE2BCD()
114{

Callers

nothing calls this directly

Calls 1

sys_tty_writeFunction · 0.85

Tested by

no test coverage detected