| 307 | } |
| 308 | |
| 309 | bool R5900DebugInterface::ReadBytes(u32 address, void* dest, u32 size) |
| 310 | { |
| 311 | return vtlb_memSafeReadBytes(address, dest, size); |
| 312 | } |
| 313 | |
| 314 | bool R5900DebugInterface::Write8(u32 address, u8 value) |
| 315 | { |
nothing calls this directly
no test coverage detected