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