Skip to content

Commit

Permalink
Fix EU0
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekyCt committed Jan 14, 2025
1 parent e7ac6d5 commit 731ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvdmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void DVDMgrReadAsync(DVDEntry * entry, void * dest, s32 length, s32 offset,
entry->fileInfo.commandBlock.userData = entry;

// Start read
return DVDReadAsyncPrio(&entry->fileInfo, dest, length, offset, _cb, entry->priority);
DVDReadAsyncPrio(&entry->fileInfo, dest, length, offset, _cb, entry->priority);
}
#else // 1
static void readAsync(DVDEntry * entry, s32 lengthToRead, DVDFICallback * callback)
Expand Down

0 comments on commit 731ba60

Please sign in to comment.