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

Function ps3_fmt

ps3fw/sys_libc_.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static std::string ps3_fmt(ppu_thread& context, vm::cptr<char> fmt,
63 u32 g_count)
64{
65 std::string result;
66
67 cfmt_append(result, fmt.get_ptr(), ps3_fmt_src{&context, g_count});
68
69 return result;
70}
71
72static const std::array<s16, 129> s_ctype_table{
73 0,

Callers 3

_sys_snprintfFunction · 0.85
_sys_printfFunction · 0.85
_sys_sprintfFunction · 0.85

Calls 2

cfmt_appendFunction · 0.85
get_ptrMethod · 0.45

Tested by

no test coverage detected