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

Function console_putc

ps3fw/sysPrxForUser.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void console_putc(ppu_thread& ppu, char ch)
101{
102 sysPrxForUser.trace("console_putc(ch=0x%x)", ch);
103 sys_tty_write(ppu, 0, vm::var<char>(ch), 1, vm::var<u32>{});
104}
105
106error_code console_write(ppu_thread& ppu, vm::ptr<char> data, u32 len)
107{

Callers

nothing calls this directly

Calls 1

sys_tty_writeFunction · 0.85

Tested by

no test coverage detected