This is based on the revolution SDK, these may not match in all cases */
| 407 | |
| 408 | /* This is based on the revolution SDK, these may not match in all cases */ |
| 409 | static void cbForReadSync(s32 result, DVDCommandBlock* block) |
| 410 | { |
| 411 | OSWakeupThread(&__DVDThreadQueue); |
| 412 | } |
| 413 | /* This is based on the revolution SDK, these may not match in all cases */ |
| 414 | BOOL DVDSeekAsyncPrio(DVDFileInfo* fileInfo, s32 offset, DVDCallback callback, s32 prio) |
| 415 | { |
nothing calls this directly
no test coverage detected