MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / cbForReadSync

Function cbForReadSync

src/dolphin/src/dvd/dvdfs.c:409–412  ·  view source on GitHub ↗

This is based on the revolution SDK, these may not match in all cases */

Source from the content-addressed store, hash-verified

407
408/* This is based on the revolution SDK, these may not match in all cases */
409static 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 */
414BOOL DVDSeekAsyncPrio(DVDFileInfo* fileInfo, s32 offset, DVDCallback callback, s32 prio)
415{

Callers

nothing calls this directly

Calls 1

OSWakeupThreadFunction · 0.85

Tested by

no test coverage detected