MCPcopy Create free account
hub / github.com/doldecomp/mkdd / read

Method read

libs/JSystem/JKernel/JKRFile.cpp:6–12  ·  view source on GitHub ↗

not sure if this matches, doesn't exist in mkdd

Source from the content-addressed store, hash-verified

4
5// not sure if this matches, doesn't exist in mkdd
6void 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}

Callers 15

downloadFunction · 0.45
mainFunction · 0.45
setItemReactionMethod · 0.45
J2DWindowExMethod · 0.45
J2DPictureExMethod · 0.45
J2DPaneMethod · 0.45
makePaneStreamMethod · 0.45
makePaneExStreamMethod · 0.45
J2DTextBoxExMethod · 0.45
J2DTextBoxMethod · 0.45
private_readStreamMethod · 0.45
getMethod · 0.45

Calls 1

VIWaitForRetraceFunction · 0.85

Tested by

no test coverage detected