MCPcopy Create free account
hub / github.com/Fable2Recomp/Fable2Recomp / GetFileSectorInfo_entry

Function GetFileSectorInfo_entry

src/hooks.cpp:20–22  ·  view source on GitHub ↗

GetFileSectorInfo replacement — the game queries disc sector positions to optimize read ordering. return 0 (no sector info).

Source from the content-addressed store, hash-verified

18// GetFileSectorInfo replacement — the game queries disc sector positions to
19// optimize read ordering. return 0 (no sector info).
20ppc_u32_result_t GetFileSectorInfo_entry(ppc_u32_t handle) {
21 return 0;
22}
23
24} // namespace
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected