| 342 | } |
| 343 | |
| 344 | bool R5900DebugInterface::CompareBytes(u32 address, void* src, u32 size) |
| 345 | { |
| 346 | return vtlb_memSafeCmpBytes(address, src, size) == 0; |
| 347 | } |
| 348 | |
| 349 | int R5900DebugInterface::getRegisterCategoryCount() |
| 350 | { |
nothing calls this directly
no test coverage detected