MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / desc

Function desc

pcsx2/Dmac.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 u16 upper() const { return (_u32 >> 16); }
133 u16 lower() const { return (u16)_u32; }
134 std::string desc() const { return StringUtil::StdStringFromFormat("Chcr: 0x%x", _u32); }
135 tDMA_TAG tag() { return (tDMA_TAG)_u32; }
136};
137

Callers

nothing calls this directly

Calls 1

StdStringFromFormatFunction · 0.85

Tested by

no test coverage detected