not sure if this matches, doesn't exist in mkdd
| 4 | |
| 5 | // not sure if this matches, doesn't exist in mkdd |
| 6 | void JKRFile::read(void* address, s32 length, s32 offset) { |
| 7 | #line 34 |
| 8 | JUT_ASSERT(34, (length & 0x1f)); |
| 9 | while (writeData(address, length, offset) != length) { |
| 10 | VIWaitForRetrace(); |
| 11 | } |
| 12 | } |
no test coverage detected