cdvdgigaherz: Remove unreachable return

Fixes warning C4702: unreachable code
This commit is contained in:
Jonathan Li 2016-09-20 00:39:30 +01:00
parent 49cd751acf
commit a61aa8ff0b
1 changed files with 0 additions and 1 deletions

View File

@ -383,7 +383,6 @@ s32 cdvdDirectReadSector(s32 first, s32 mode, char *buffer)
memcpy(buffer, bfr + 12, 2352);
return 0;
}
return 0;
}
s32 cdvdGetMediaType()