| 575 | } |
| 576 | |
| 577 | bool IOPMemoryInterface::ReadBytes(u32 address, void* dest, u32 size) |
| 578 | { |
| 579 | return iopMemSafeReadBytes(address, dest, size); |
| 580 | } |
| 581 | |
| 582 | bool IOPMemoryInterface::Write8(u32 address, u8 value) |
| 583 | { |
nothing calls this directly
no test coverage detected