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

Method CompareBytes

pcsx2/DebugTools/DebugInterface.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool R5900DebugInterface::CompareBytes(u32 address, void* src, u32 size)
345{
346 return vtlb_memSafeCmpBytes(address, src, size) == 0;
347}
348
349int R5900DebugInterface::getRegisterCategoryCount()
350{

Callers

nothing calls this directly

Calls 4

vtlb_memSafeCmpBytesFunction · 0.85
iopMemSafeCmpBytesFunction · 0.85
get_virtualMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected